#59BAAA

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

Shades of Puerto Rico #59BAAA

Tints of Puerto Rico #59BAAA

Color information

#59BAAA (or 0x59BAAA) is unknown color: approx Puerto Rico. HEX triplet: 59, BA and AA. RGB value is (89,186,170). Sum of RGB (Red+Green+Blue) = 89+186+170=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #59BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BAAA is #A64555. Grayscale: #9B9B9B. Windows color (decimal): -10896726 or 11188825. OLE color: 11188825.

HSL color Cylindrical-coordinate representation of color #59BAAA: hue angle of 170.1º degrees, saturation: 0.41, 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 #59BAAA is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB89186170-
CMYK0.5200.090.27
HSL170.1º41.28%53.92%-
HSV(B)170.1º52.15%72.94%-
XYZ28.9340.1444.25-
YUV155.17136.3680.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=20%
G=41.80%
B=38.20%

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
Decimal891861700.5200.090.27170.141.2853.92
Hex59BAAA34091Baa2936
Octal13127225264011332525166
Binary10110011011101010101010110100010011101110101010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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