#59B69F

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

Shades of Puerto Rico #59B69F

Tints of Puerto Rico #59B69F

Color information

#59B69F (or 0x59B69F) is unknown color: approx Puerto Rico. HEX triplet: 59, B6 and 9F. RGB value is (89,182,159). Sum of RGB (Red+Green+Blue) = 89+182+159=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #59B69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B69F is #A64960. Grayscale: #979797. Windows color (decimal): -10897761 or 10466905. OLE color: 10466905.

HSL color Cylindrical-coordinate representation of color #59B69F: hue angle of 165.16º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59B69F is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB89182159-
CMYK0.5100.130.29
HSL165.16º38.91%53.14%-
HSV(B)165.16º51.1%71.37%-
XYZ27.1138.0838.72-
YUV151.57132.1983.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.70%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=20.70%
G=42.33%
B=36.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891821590.5100.130.29165.1638.9153.14
Hex59B69F330D1Da52735
Octal13126623763015352454765
Binary10110011011011010011111110011011011110110100101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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