Shades of Puerto Rico #59C2B2
Tints of Puerto Rico #59C2B2
RGB
CMYK
RGB Variations
Color information
#59C2B2 (or 0x59C2B2) is known color: Puerto Rico. HEX triplet: 59, C2 and B2. RGB value is (89,194,178). Sum of RGB (Red+Green+Blue) = 89+194+178=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #59C2B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C2B2 is #A63D4D. Grayscale: #A0A0A0. Windows color (decimal): -10894670 or 11715161. OLE color: 11715161.
HSL color Cylindrical-coordinate representation of color #59C2B2: hue angle of 170.86º 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 #59C2B2 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 178 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.24 |
| HSL | 170.86º | 0.46% | 0.55% | - |
| HSV(B) | 170.86º | 0.54% | 0.76% | - |
| XYZ | 31.45 | 43.92 | 48.94 | - |
| YUV | 160.78 | 137.71 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 178 | 0.54 | 0 | 0.08 | 0.24 | 170.86 | 0.46 | 0.55 |
| Hex | 59 | C2 | B2 | 36 | 0 | 8 | 18 | AB | 2E | 37 |
| Octal | 131 | 302 | 262 | 66 | 0 | 10 | 30 | 253 | 56 | 67 |
| Binary | 1011001 | 11000010 | 10110010 | 110110 | 0 | 1000 | 11000 | 10101011 | 101110 | 110111 |
Color Harmonies of #59C2B2
Complementary color
Monochromatic Colors of #59C2B2
Black with #59C2B2
Text Example
Text Example
White with #59C2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C2B2; }
p { color: rgb(89,194,178); }
H1.HeaderClassName
{
color: #59C2B2;
}
.AnyTagClassName
{
color: #59C2B2;
}
</style>
background-color css
<style>
a { background-color: #59C2B2; }
a { background-color: rgb(89,194,178); }
div.DivClassName
{
background-color: #59C2B2;
}
.BgClassName
{
background-color: #59C2B2;
}
</style>
border-color css
<style>
span { border-color: #59C2B2; }
span { border-color: rgb(89,194,178); }
td.TdClassName
{
border-color: #59C2B2;
}
.TagClassName
{
border-color: #59C2B2;
}
</style>