#59C2AD

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

Shades of Puerto Rico #59C2AD

Tints of Puerto Rico #59C2AD

Color information

#59C2AD (or 0x59C2AD) is unknown color: approx Puerto Rico. HEX triplet: 59, C2 and AD. RGB value is (89,194,173). Sum of RGB (Red+Green+Blue) = 89+194+173=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #59C2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C2AD is #A63D52. Grayscale: #A0A0A0. Windows color (decimal): -10894675 or 11387481. OLE color: 11387481.

HSL color Cylindrical-coordinate representation of color #59C2AD: hue angle of 168º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C2AD is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB89194173-
CMYK0.5400.110.24
HSL168º46.26%55.49%-
HSV(B)168º54.12%76.08%-
XYZ30.9543.7246.34-
YUV160.21135.2177.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.52%
GREEN value IS 194 (76.17% from 255) = 42.54%
BLUE value IS 173 (67.97% from 255) = 37.94%
R=19.52%
G=42.54%
B=37.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891941730.5400.110.2416846.2655.49
Hex59C2AD360B18a82e37
Octal13130225566013302505667
Binary10110011100001010101101110110010111100010101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,194,173); }

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

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

 a { background-color: rgb(89,194,173); }

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

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

 span { border-color: rgb(89,194,173); }

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