#59BBAA

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

Shades of Puerto Rico #59BBAA

Tints of Puerto Rico #59BBAA

Color information

#59BBAA (or 0x59BBAA) is unknown color: approx Puerto Rico. HEX triplet: 59, BB and AA. RGB value is (89,187,170). Sum of RGB (Red+Green+Blue) = 89+187+170=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #59BBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BBAA is #A64455. Grayscale: #9B9B9B. Windows color (decimal): -10896470 or 11189081. OLE color: 11189081.

HSL color Cylindrical-coordinate representation of color #59BBAA: hue angle of 169.59º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BBAA is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB89187170-
CMYK0.5200.090.27
HSL169.59º41.88%54.12%-
HSV(B)169.59º52.41%73.33%-
XYZ29.1540.5744.32-
YUV155.76136.0380.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.96%
GREEN value IS 187 (73.44% from 255) = 41.93%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=19.96%
G=41.93%
B=38.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891871700.5200.090.27169.5941.8854.12
Hex59BBAA34091Baa2a36
Octal13127325264011332525266
Binary10110011011101110101010110100010011101110101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,187,170); }

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

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

 a { background-color: rgb(89,187,170); }

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

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

 span { border-color: rgb(89,187,170); }

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