#59B19E

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

Shades of Puerto Rico #59B19E

Tints of Puerto Rico #59B19E

Color information

#59B19E (or 0x59B19E) is unknown color: approx Puerto Rico. HEX triplet: 59, B1 and 9E. RGB value is (89,177,158). Sum of RGB (Red+Green+Blue) = 89+177+158=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 177 - color contains mainly: green. Hex color #59B19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59B19E is #A64E61. Grayscale: #949494. Windows color (decimal): -10899042 or 10400089. OLE color: 10400089.

HSL color Cylindrical-coordinate representation of color #59B19E: hue angle of 167.05º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B19E is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB89177158-
CMYK0.5000.110.31
HSL167.05º36.07%52.16%-
HSV(B)167.05º49.72%69.41%-
XYZ26.0136.0437.93-
YUV148.52133.3585.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.99%
GREEN value IS 177 (69.53% from 255) = 41.75%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=20.99%
G=41.75%
B=37.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891771580.5000.110.31167.0536.0752.16
Hex59B19E320B1Fa72434
Octal13126123662013372474464
Binary10110011011000110011110110010010111111110100111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,177,158); }

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

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

 a { background-color: rgb(89,177,158); }

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

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

 span { border-color: rgb(89,177,158); }

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