Shades of Puerto Rico #59C2B8
Tints of Puerto Rico #59C2B8
RGB
CMYK
RGB Variations
Color information
#59C2B8 (or 0x59C2B8) is known color: Puerto Rico. HEX triplet: 59, C2 and B8. RGB value is (89,194,184). Sum of RGB (Red+Green+Blue) = 89+194+184=467 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.06% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #59C2B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2B8 is #A63D47. Grayscale: #A1A1A1. Windows color (decimal): -10894664 or 12108377. OLE color: 12108377.
HSL color Cylindrical-coordinate representation of color #59C2B8: hue angle of 174.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C2B8 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 184 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.24 |
| HSL | 174.29º | 0.46% | 0.55% | - |
| HSV(B) | 174.29º | 0.54% | 0.76% | - |
| XYZ | 32.06 | 44.17 | 52.18 | - |
| YUV | 161.47 | 140.71 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 184 | 0.54 | 0 | 0.05 | 0.24 | 174.29 | 0.46 | 0.55 |
| Hex | 59 | C2 | B8 | 36 | 0 | 5 | 18 | AE | 2E | 37 |
| Octal | 131 | 302 | 270 | 66 | 0 | 5 | 30 | 256 | 56 | 67 |
| Binary | 1011001 | 11000010 | 10111000 | 110110 | 0 | 101 | 11000 | 10101110 | 101110 | 110111 |
Color Harmonies of #59C2B8
Complementary color
Monochromatic Colors of #59C2B8
Black with #59C2B8
Text Example
Text Example
White with #59C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C2B8; }
p { color: rgb(89,194,184); }
H1.HeaderClassName
{
color: #59C2B8;
}
.AnyTagClassName
{
color: #59C2B8;
}
</style>
background-color css
<style>
a { background-color: #59C2B8; }
a { background-color: rgb(89,194,184); }
div.DivClassName
{
background-color: #59C2B8;
}
.BgClassName
{
background-color: #59C2B8;
}
</style>
border-color css
<style>
span { border-color: #59C2B8; }
span { border-color: rgb(89,194,184); }
td.TdClassName
{
border-color: #59C2B8;
}
.TagClassName
{
border-color: #59C2B8;
}
</style>