#59BAAE

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

Shades of Puerto Rico #59BAAE

Tints of Puerto Rico #59BAAE

Color information

#59BAAE (or 0x59BAAE) is unknown color: approx Puerto Rico. HEX triplet: 59, BA and AE. RGB value is (89,186,174). Sum of RGB (Red+Green+Blue) = 89+186+174=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 186 - color contains mainly: green. Hex color #59BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BAAE is #A64551. Grayscale: #9B9B9B. Windows color (decimal): -10896722 or 11450969. OLE color: 11450969.

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

Color convert

RGB89186174-
CMYK0.5200.060.27
HSL172.58º41.28%53.92%-
HSV(B)172.58º52.15%72.94%-
XYZ29.3240.346.28-
YUV155.63138.3680.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.82%
GREEN value IS 186 (73.05% from 255) = 41.43%
BLUE value IS 174 (68.36% from 255) = 38.75%
R=19.82%
G=41.43%
B=38.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891861740.5200.060.27172.5841.2853.92
Hex59BAAE34061Bad2936
Octal1312722566406332555166
Binary1011001101110101010111011010001101101110101101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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