Shades of Puerto Rico #59BDAE
Tints of Puerto Rico #59BDAE
RGB
CMYK
RGB Variations
Color information
#59BDAE (or 0x59BDAE) is known color: Puerto Rico. HEX triplet: 59, BD and AE. RGB value is (89,189,174). Sum of RGB (Red+Green+Blue) = 89+189+174=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #59BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BDAE is #A64251. Grayscale: #9D9D9D. Windows color (decimal): -10895954 or 11451737. OLE color: 11451737.
HSL color Cylindrical-coordinate representation of color #59BDAE: hue angle of 171º 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 #59BDAE is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 189 | 174 | - |
| CMYK | 0.53 | 0 | 0.08 | 0.26 |
| HSL | 171º | 0.43% | 0.55% | - |
| HSV(B) | 171º | 0.53% | 0.74% | - |
| XYZ | 29.96 | 41.58 | 46.49 | - |
| YUV | 157.39 | 137.37 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 174 | 0.53 | 0 | 0.08 | 0.26 | 171 | 0.43 | 0.55 |
| Hex | 59 | BD | AE | 35 | 0 | 8 | 1A | AB | 2B | 37 |
| Octal | 131 | 275 | 256 | 65 | 0 | 10 | 32 | 253 | 53 | 67 |
| Binary | 1011001 | 10111101 | 10101110 | 110101 | 0 | 1000 | 11010 | 10101011 | 101011 | 110111 |
Color Harmonies of #59BDAE
Complementary color
Monochromatic Colors of #59BDAE
Black with #59BDAE
Text Example
Text Example
White with #59BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDAE; }
p { color: rgb(89,189,174); }
H1.HeaderClassName
{
color: #59BDAE;
}
.AnyTagClassName
{
color: #59BDAE;
}
</style>
background-color css
<style>
a { background-color: #59BDAE; }
a { background-color: rgb(89,189,174); }
div.DivClassName
{
background-color: #59BDAE;
}
.BgClassName
{
background-color: #59BDAE;
}
</style>
border-color css
<style>
span { border-color: #59BDAE; }
span { border-color: rgb(89,189,174); }
td.TdClassName
{
border-color: #59BDAE;
}
.TagClassName
{
border-color: #59BDAE;
}
</style>