#59B8A2

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

Shades of Puerto Rico #59B8A2

Tints of Puerto Rico #59B8A2

Color information

#59B8A2 (or 0x59B8A2) is unknown color: approx Puerto Rico. HEX triplet: 59, B8 and A2. RGB value is (89,184,162). Sum of RGB (Red+Green+Blue) = 89+184+162=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #59B8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B8A2 is #A6475D. Grayscale: #999999. Windows color (decimal): -10897246 or 10664025. OLE color: 10664025.

HSL color Cylindrical-coordinate representation of color #59B8A2: hue angle of 166.11º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59B8A2 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB89184162-
CMYK0.5200.120.28
HSL166.11º40.08%53.53%-
HSV(B)166.11º51.63%72.16%-
XYZ27.7839.0140.25-
YUV153.09133.0382.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.46%
GREEN value IS 184 (72.27% from 255) = 42.30%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=20.46%
G=42.30%
B=37.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal891841620.5200.120.28166.1140.0853.53
Hex59B8A2340C1Ca62836
Octal13127024264014342465066
Binary10110011011100010100010110100011001110010100110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,184,162); }

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

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

 a { background-color: rgb(89,184,162); }

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

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

 span { border-color: rgb(89,184,162); }

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