Shades of Puerto Rico #59B8AD
Tints of Puerto Rico #59B8AD
RGB
CMYK
RGB Variations
Color information
#59B8AD (or 0x59B8AD) is known color: Puerto Rico. HEX triplet: 59, B8 and AD. RGB value is (89,184,173). Sum of RGB (Red+Green+Blue) = 89+184+173=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 184 - color contains mainly: green. Hex color #59B8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B8AD is #A64752. Grayscale: #9A9A9A. Windows color (decimal): -10897235 or 11384921. OLE color: 11384921.
HSL color Cylindrical-coordinate representation of color #59B8AD: hue angle of 173.05º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59B8AD is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 184 | 173 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.28 |
| HSL | 173.05º | 0.4% | 0.54% | - |
| HSV(B) | 173.05º | 0.52% | 0.72% | - |
| XYZ | 28.8 | 39.42 | 45.63 | - |
| YUV | 154.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 184 | 173 | 0.52 | 0 | 0.06 | 0.28 | 173.05 | 0.4 | 0.54 |
| Hex | 59 | B8 | AD | 34 | 0 | 6 | 1C | AD | 28 | 36 |
| Octal | 131 | 270 | 255 | 64 | 0 | 6 | 34 | 255 | 50 | 66 |
| Binary | 1011001 | 10111000 | 10101101 | 110100 | 0 | 110 | 11100 | 10101101 | 101000 | 110110 |
Color Harmonies of #59B8AD
Complementary color
Monochromatic Colors of #59B8AD
Black with #59B8AD
Text Example
Text Example
White with #59B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B8AD; }
p { color: rgb(89,184,173); }
H1.HeaderClassName
{
color: #59B8AD;
}
.AnyTagClassName
{
color: #59B8AD;
}
</style>
background-color css
<style>
a { background-color: #59B8AD; }
a { background-color: rgb(89,184,173); }
div.DivClassName
{
background-color: #59B8AD;
}
.BgClassName
{
background-color: #59B8AD;
}
</style>
border-color css
<style>
span { border-color: #59B8AD; }
span { border-color: rgb(89,184,173); }
td.TdClassName
{
border-color: #59B8AD;
}
.TagClassName
{
border-color: #59B8AD;
}
</style>