Shades of Puerto Rico #59BDA4
Tints of Puerto Rico #59BDA4
RGB
CMYK
RGB Variations
Color information
#59BDA4 (or 0x59BDA4) is known color: Puerto Rico. HEX triplet: 59, BD and A4. RGB value is (89,189,164). Sum of RGB (Red+Green+Blue) = 89+189+164=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 189 - color contains mainly: green. Hex color #59BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BDA4 is #A6425B. Grayscale: #9C9C9C. Windows color (decimal): -10895964 or 10796377. OLE color: 10796377.
HSL color Cylindrical-coordinate representation of color #59BDA4: hue angle of 165º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BDA4 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 189 | 164 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.26 |
| HSL | 165º | 0.43% | 0.55% | - |
| HSV(B) | 165º | 0.53% | 0.74% | - |
| XYZ | 29.02 | 41.2 | 41.54 | - |
| YUV | 156.25 | 132.37 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 164 | 0.53 | 0 | 0.13 | 0.26 | 165 | 0.43 | 0.55 |
| Hex | 59 | BD | A4 | 35 | 0 | D | 1A | A5 | 2B | 37 |
| Octal | 131 | 275 | 244 | 65 | 0 | 15 | 32 | 245 | 53 | 67 |
| Binary | 1011001 | 10111101 | 10100100 | 110101 | 0 | 1101 | 11010 | 10100101 | 101011 | 110111 |
Color Harmonies of #59BDA4
Complementary color
Monochromatic Colors of #59BDA4
Black with #59BDA4
Text Example
Text Example
White with #59BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDA4; }
p { color: rgb(89,189,164); }
H1.HeaderClassName
{
color: #59BDA4;
}
.AnyTagClassName
{
color: #59BDA4;
}
</style>
background-color css
<style>
a { background-color: #59BDA4; }
a { background-color: rgb(89,189,164); }
div.DivClassName
{
background-color: #59BDA4;
}
.BgClassName
{
background-color: #59BDA4;
}
</style>
border-color css
<style>
span { border-color: #59BDA4; }
span { border-color: rgb(89,189,164); }
td.TdClassName
{
border-color: #59BDA4;
}
.TagClassName
{
border-color: #59BDA4;
}
</style>