#59BBAE

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

Shades of Puerto Rico #59BBAE

Tints of Puerto Rico #59BBAE

Color information

#59BBAE (or 0x59BBAE) is unknown color: approx Puerto Rico. HEX triplet: 59, BB and AE. RGB value is (89,187,174). Sum of RGB (Red+Green+Blue) = 89+187+174=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #59BBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BBAE is #A64451. Grayscale: #9C9C9C. Windows color (decimal): -10896466 or 11451225. OLE color: 11451225.

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

Color convert

RGB89187174-
CMYK0.5200.070.27
HSL172.04º41.88%54.12%-
HSV(B)172.04º52.41%73.33%-
XYZ29.5340.7246.35-
YUV156.22138.0380.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.78%
GREEN value IS 187 (73.44% from 255) = 41.56%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=19.78%
G=41.56%
B=38.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891871740.5200.070.27172.0441.8854.12
Hex59BBAE34071Bac2a36
Octal1312732566407332545266
Binary1011001101110111010111011010001111101110101100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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