Shades of Puerto Rico #59BDA5
Tints of Puerto Rico #59BDA5
RGB
CMYK
RGB Variations
Color information
#59BDA5 (or 0x59BDA5) is known color: Puerto Rico. HEX triplet: 59, BD and A5. RGB value is (89,189,165). Sum of RGB (Red+Green+Blue) = 89+189+165=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #59BDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BDA5 is #A6425A. Grayscale: #9C9C9C. Windows color (decimal): -10895963 or 10861913. OLE color: 10861913.
HSL color Cylindrical-coordinate representation of color #59BDA5: hue angle of 165.6º 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 #59BDA5 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 189 | 165 | - |
| CMYK | 0.53 | 0 | 0.13 | 0.26 |
| HSL | 165.6º | 0.43% | 0.55% | - |
| HSV(B) | 165.6º | 0.53% | 0.74% | - |
| XYZ | 29.11 | 41.24 | 42.02 | - |
| YUV | 156.36 | 132.87 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 165 | 0.53 | 0 | 0.13 | 0.26 | 165.6 | 0.43 | 0.55 |
| Hex | 59 | BD | A5 | 35 | 0 | D | 1A | A6 | 2B | 37 |
| Octal | 131 | 275 | 245 | 65 | 0 | 15 | 32 | 246 | 53 | 67 |
| Binary | 1011001 | 10111101 | 10100101 | 110101 | 0 | 1101 | 11010 | 10100110 | 101011 | 110111 |
Color Harmonies of #59BDA5
Complementary color
Monochromatic Colors of #59BDA5
Black with #59BDA5
Text Example
Text Example
White with #59BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDA5; }
p { color: rgb(89,189,165); }
H1.HeaderClassName
{
color: #59BDA5;
}
.AnyTagClassName
{
color: #59BDA5;
}
</style>
background-color css
<style>
a { background-color: #59BDA5; }
a { background-color: rgb(89,189,165); }
div.DivClassName
{
background-color: #59BDA5;
}
.BgClassName
{
background-color: #59BDA5;
}
</style>
border-color css
<style>
span { border-color: #59BDA5; }
span { border-color: rgb(89,189,165); }
td.TdClassName
{
border-color: #59BDA5;
}
.TagClassName
{
border-color: #59BDA5;
}
</style>