#59BBB2

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

Shades of Puerto Rico #59BBB2

Tints of Puerto Rico #59BBB2

Color information

#59BBB2 (or 0x59BBB2) is unknown color: approx Puerto Rico. HEX triplet: 59, BB and B2. RGB value is (89,187,178). Sum of RGB (Red+Green+Blue) = 89+187+178=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #59BBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BBB2 is #A6444D. Grayscale: #9C9C9C. Windows color (decimal): -10896462 or 11713369. OLE color: 11713369.

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

Color convert

RGB89187178-
CMYK0.5200.050.27
HSL174.49º41.88%54.12%-
HSV(B)174.49º52.41%73.33%-
XYZ29.9340.8848.43-
YUV156.67140.0379.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.60%
GREEN value IS 187 (73.44% from 255) = 41.19%
BLUE value IS 178 (69.92% from 255) = 39.21%
R=19.60%
G=41.19%
B=39.21%

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
Decimal891871780.5200.050.27174.4941.8854.12
Hex59BBB234051Bae2a36
Octal1312732626405332565266
Binary1011001101110111011001011010001011101110101110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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