#60BFA9

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

Shades of Puerto Rico #60BFA9

Tints of Puerto Rico #60BFA9

Color information

#60BFA9 (or 0x60BFA9) is unknown color: approx Puerto Rico. HEX triplet: 60, BF and A9. RGB value is (96,191,169). Sum of RGB (Red+Green+Blue) = 96+191+169=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BFA9 is #9F4056. Grayscale: #A0A0A0. Windows color (decimal): -10436695 or 11124576. OLE color: 11124576.

HSL color Cylindrical-coordinate representation of color #60BFA9: hue angle of 166.11º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BFA9 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB96191169-
CMYK0.5000.120.25
HSL166.11º42.6%56.27%-
HSV(B)166.11º49.74%74.9%-
XYZ30.6242.6144.15-
YUV160.09133.0382.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.05%
GREEN value IS 191 (75% from 255) = 41.89%
BLUE value IS 169 (66.41% from 255) = 37.06%
R=21.05%
G=41.89%
B=37.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911690.5000.120.25166.1142.656.27
Hex60BFA9320C19a62b38
Octal14027725162014312465370
Binary11000001011111110101001110010011001100110100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60BFA9; }

 p { color: rgb(96,191,169); }

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

<style>
 a { background-color: #60BFA9; }

 a { background-color: rgb(96,191,169); }

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

<style>
 span { border-color: #60BFA9; }

 span { border-color: rgb(96,191,169); }

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