#59C59F

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

Shades of Puerto Rico #59C59F

Tints of Puerto Rico #59C59F

Color information

#59C59F (or 0x59C59F) is unknown color: approx Puerto Rico. HEX triplet: 59, C5 and 9F. RGB value is (89,197,159). Sum of RGB (Red+Green+Blue) = 89+197+159=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #59C59F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C59F is #A63A60. Grayscale: #A0A0A0. Windows color (decimal): -10893921 or 10470745. OLE color: 10470745.

HSL color Cylindrical-coordinate representation of color #59C59F: hue angle of 158.89º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C59F is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB89197159-
CMYK0.5500.190.23
HSL158.89º48.21%56.08%-
HSV(B)158.89º54.82%77.25%-
XYZ30.3444.5639.8-
YUV160.38127.2277.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20%
GREEN value IS 197 (77.34% from 255) = 44.27%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=20%
G=44.27%
B=35.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal891971590.5500.190.23158.8948.2156.08
Hex59C59F37013179f3038
Octal13130523767023272376070
Binary101100111000101100111111101110100111011110011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,197,159); }

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

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

 a { background-color: rgb(89,197,159); }

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

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

 span { border-color: rgb(89,197,159); }

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