#43BFA5

Color #43BFA5 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #43BFA5

Tints of Puerto Rico #43BFA5

Color information

#43BFA5 (or 0x43BFA5) is unknown color: approx Puerto Rico. HEX triplet: 43, BF and A5. RGB value is (67,191,165). Sum of RGB (Red+Green+Blue) = 67+191+165=423 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.84% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #43BFA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BFA5 is #BC405A. Grayscale: #969696. Windows color (decimal): -12337243 or 10862403. OLE color: 10862403.

HSL color Cylindrical-coordinate representation of color #43BFA5: hue angle of 167.42º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BFA5 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB67191165-
CMYK0.6500.140.25
HSL167.42º49.21%50.59%-
HSV(B)167.42º64.92%74.9%-
XYZ27.7441.1742.08-
YUV150.96135.9268.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 15.84%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 165 (64.84% from 255) = 39.01%
R=15.84%
G=45.15%
B=39.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal671911650.6500.140.25167.4249.2150.59
Hex43BFA5410E19a73133
Octal103277245101016312476163
Binary100001110111111101001011000001011101100110100111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43BFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43BFA5; }

 p { color: rgb(67,191,165); }

 H1.HeaderClassName
 {
   color: #43BFA5;
 }
 .AnyTagClassName
 {
   color: #43BFA5;
 }
</style>
background-color css

<style>
 a { background-color: #43BFA5; }

 a { background-color: rgb(67,191,165); }

 div.DivClassName
 {
   background-color: #43BFA5;
 }
 .BgClassName
 {
   background-color: #43BFA5;
 }
</style>
border-color css

<style>
 span { border-color: #43BFA5; }

 span { border-color: rgb(67,191,165); }

 td.TdClassName
 {
   border-color: #43BFA5;
 }
 .TagClassName
 {
   border-color: #43BFA5;
 }
</style>