#60BDAE

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

Shades of Puerto Rico #60BDAE

Tints of Puerto Rico #60BDAE

Color information

#60BDAE (or 0x60BDAE) is unknown color: approx Puerto Rico. HEX triplet: 60, BD and AE. RGB value is (96,189,174). Sum of RGB (Red+Green+Blue) = 96+189+174=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #60BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BDAE is #9F4251. Grayscale: #9F9F9F. Windows color (decimal): -10437202 or 11451744. OLE color: 11451744.

HSL color Cylindrical-coordinate representation of color #60BDAE: hue angle of 170.32º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BDAE is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB96189174-
CMYK0.4900.080.26
HSL170.32º41.33%55.88%-
HSV(B)170.32º49.21%74.12%-
XYZ30.6641.9446.52-
YUV159.48136.1982.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.92%
GREEN value IS 189 (74.22% from 255) = 41.18%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=20.92%
G=41.18%
B=37.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961891740.4900.080.26170.3241.3355.88
Hex60BDAE31081Aaa2938
Octal14027525661010322525170
Binary11000001011110110101110110001010001101010101010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,189,174); }

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

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

 a { background-color: rgb(96,189,174); }

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

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

 span { border-color: rgb(96,189,174); }

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