#59C0A0

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

Shades of Puerto Rico #59C0A0

Tints of Puerto Rico #59C0A0

Color information

#59C0A0 (or 0x59C0A0) is unknown color: approx Puerto Rico. HEX triplet: 59, C0 and A0. RGB value is (89,192,160). Sum of RGB (Red+Green+Blue) = 89+192+160=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #59C0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C0A0 is #A63F5F. Grayscale: #9D9D9D. Windows color (decimal): -10895200 or 10535001. OLE color: 10535001.

HSL color Cylindrical-coordinate representation of color #59C0A0: hue angle of 161.36º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C0A0 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB89192160-
CMYK0.5400.170.25
HSL161.36º44.98%55.1%-
HSV(B)161.36º53.65%75.29%-
XYZ29.3142.3639.89-
YUV157.56129.3879.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.18%
GREEN value IS 192 (75.39% from 255) = 43.54%
BLUE value IS 160 (62.89% from 255) = 36.28%
R=20.18%
G=43.54%
B=36.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891921600.5400.170.25161.3644.9855.1
Hex59C0A03601119a12d37
Octal13130024066021312415567
Binary101100111000000101000001101100100011100110100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59C0A0; }

 p { color: rgb(89,192,160); }

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

<style>
 a { background-color: #59C0A0; }

 a { background-color: rgb(89,192,160); }

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

<style>
 span { border-color: #59C0A0; }

 span { border-color: rgb(89,192,160); }

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