#59BCA0

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

Shades of Puerto Rico #59BCA0

Tints of Puerto Rico #59BCA0

Color information

#59BCA0 (or 0x59BCA0) is unknown color: approx Puerto Rico. HEX triplet: 59, BC and A0. RGB value is (89,188,160). Sum of RGB (Red+Green+Blue) = 89+188+160=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCA0 is #A6435F. Grayscale: #9B9B9B. Windows color (decimal): -10896224 or 10533977. OLE color: 10533977.

HSL color Cylindrical-coordinate representation of color #59BCA0: hue angle of 163.03º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BCA0 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB89188160-
CMYK0.5300.150.26
HSL163.03º42.49%54.31%-
HSV(B)163.03º52.66%73.73%-
XYZ28.4540.6339.6-
YUV155.21130.780.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.37%
GREEN value IS 188 (73.83% from 255) = 43.02%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=20.37%
G=43.02%
B=36.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891881600.5300.150.26163.0342.4954.31
Hex59BCA0350F1Aa32a36
Octal13127424065017322435266
Binary10110011011110010100000110101011111101010100011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,188,160); }

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

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

 a { background-color: rgb(89,188,160); }

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

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

 span { border-color: rgb(89,188,160); }

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