#59BAB1

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

Shades of Puerto Rico #59BAB1

Tints of Puerto Rico #59BAB1

Color information

#59BAB1 (or 0x59BAB1) is unknown color: approx Puerto Rico. HEX triplet: 59, BA and B1. RGB value is (89,186,177). Sum of RGB (Red+Green+Blue) = 89+186+177=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #59BAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BAB1 is #A6454E. Grayscale: #9B9B9B. Windows color (decimal): -10896719 or 11647577. OLE color: 11647577.

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

Color convert

RGB89186177-
CMYK0.5200.050.27
HSL174.43º41.28%53.92%-
HSV(B)174.43º52.15%72.94%-
XYZ29.6140.4247.84-
YUV155.97139.8680.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.69%
GREEN value IS 186 (73.05% from 255) = 41.15%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=19.69%
G=41.15%
B=39.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891861770.5200.050.27174.4341.2853.92
Hex59BAB134051Bae2936
Octal1312722616405332565166
Binary1011001101110101011000111010001011101110101110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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