#59BBB0

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

Shades of Puerto Rico #59BBB0

Tints of Puerto Rico #59BBB0

Color information

#59BBB0 (or 0x59BBB0) is unknown color: approx Puerto Rico. HEX triplet: 59, BB and B0. RGB value is (89,187,176). Sum of RGB (Red+Green+Blue) = 89+187+176=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #59BBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BBB0 is #A6444F. Grayscale: #9C9C9C. Windows color (decimal): -10896464 or 11582297. OLE color: 11582297.

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

Color convert

RGB89187176-
CMYK0.5200.060.27
HSL173.27º41.88%54.12%-
HSV(B)173.27º52.41%73.33%-
XYZ29.7340.847.38-
YUV156.44139.0379.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.69%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 176 (69.14% from 255) = 38.94%
R=19.69%
G=41.37%
B=38.94%

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
Decimal891871760.5200.060.27173.2741.8854.12
Hex59BBB034061Bad2a36
Octal1312732606406332555266
Binary1011001101110111011000011010001101101110101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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