Shades of Puerto Rico #59BDA6
Tints of Puerto Rico #59BDA6
RGB
CMYK
RGB Variations
Color information
#59BDA6 (or 0x59BDA6) is known color: Puerto Rico. HEX triplet: 59, BD and A6. RGB value is (89,189,166). Sum of RGB (Red+Green+Blue) = 89+189+166=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #59BDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BDA6 is #A64259. Grayscale: #9C9C9C. Windows color (decimal): -10895962 or 10927449. OLE color: 10927449.
HSL color Cylindrical-coordinate representation of color #59BDA6: hue angle of 166.2º 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 #59BDA6 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 189 | 166 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.26 |
| HSL | 166.2º | 0.43% | 0.55% | - |
| HSV(B) | 166.2º | 0.53% | 0.74% | - |
| XYZ | 29.2 | 41.27 | 42.5 | - |
| YUV | 156.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 166 | 0.53 | 0 | 0.12 | 0.26 | 166.2 | 0.43 | 0.55 |
| Hex | 59 | BD | A6 | 35 | 0 | C | 1A | A6 | 2B | 37 |
| Octal | 131 | 275 | 246 | 65 | 0 | 14 | 32 | 246 | 53 | 67 |
| Binary | 1011001 | 10111101 | 10100110 | 110101 | 0 | 1100 | 11010 | 10100110 | 101011 | 110111 |
Color Harmonies of #59BDA6
Complementary color
Monochromatic Colors of #59BDA6
Black with #59BDA6
Text Example
Text Example
White with #59BDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDA6; }
p { color: rgb(89,189,166); }
H1.HeaderClassName
{
color: #59BDA6;
}
.AnyTagClassName
{
color: #59BDA6;
}
</style>
background-color css
<style>
a { background-color: #59BDA6; }
a { background-color: rgb(89,189,166); }
div.DivClassName
{
background-color: #59BDA6;
}
.BgClassName
{
background-color: #59BDA6;
}
</style>
border-color css
<style>
span { border-color: #59BDA6; }
span { border-color: rgb(89,189,166); }
td.TdClassName
{
border-color: #59BDA6;
}
.TagClassName
{
border-color: #59BDA6;
}
</style>