#60BFAB

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

Shades of Puerto Rico #60BFAB

Tints of Puerto Rico #60BFAB

Color information

#60BFAB (or 0x60BFAB) is unknown color: approx Puerto Rico. HEX triplet: 60, BF and AB. RGB value is (96,191,171). Sum of RGB (Red+Green+Blue) = 96+191+171=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #60BFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BFAB is #9F4054. Grayscale: #A0A0A0. Windows color (decimal): -10436693 or 11255648. OLE color: 11255648.

HSL color Cylindrical-coordinate representation of color #60BFAB: hue angle of 167.37º 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 #60BFAB is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB96191171-
CMYK0.5000.100.25
HSL167.37º42.6%56.27%-
HSV(B)167.37º49.74%74.9%-
XYZ30.8142.6945.14-
YUV160.32134.0382.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.96%
GREEN value IS 191 (75% from 255) = 41.70%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=20.96%
G=41.70%
B=37.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911710.5000.100.25167.3742.656.27
Hex60BFAB320A19a72b38
Octal14027725362012312475370
Binary11000001011111110101011110010010101100110100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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