Shades of Puerto Rico #59C7B2
Tints of Puerto Rico #59C7B2
RGB
CMYK
RGB Variations
Color information
#59C7B2 (or 0x59C7B2) is known color: Puerto Rico. HEX triplet: 59, C7 and B2. RGB value is (89,199,178). Sum of RGB (Red+Green+Blue) = 89+199+178=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #59C7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C7B2 is #A6384D. Grayscale: #A3A3A3. Windows color (decimal): -10893390 or 11716441. OLE color: 11716441.
HSL color Cylindrical-coordinate representation of color #59C7B2: hue angle of 168.55º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C7B2 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 199 | 178 | - |
| CMYK | 0.55 | 0 | 0.11 | 0.22 |
| HSL | 168.55º | 0.5% | 0.56% | - |
| HSV(B) | 168.55º | 0.55% | 0.78% | - |
| XYZ | 32.58 | 46.19 | 49.32 | - |
| YUV | 163.72 | 136.06 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 199 | 178 | 0.55 | 0 | 0.11 | 0.22 | 168.55 | 0.5 | 0.56 |
| Hex | 59 | C7 | B2 | 37 | 0 | B | 16 | A9 | 32 | 38 |
| Octal | 131 | 307 | 262 | 67 | 0 | 13 | 26 | 251 | 62 | 70 |
| Binary | 1011001 | 11000111 | 10110010 | 110111 | 0 | 1011 | 10110 | 10101001 | 110010 | 111000 |
Color Harmonies of #59C7B2
Complementary color
Monochromatic Colors of #59C7B2
Black with #59C7B2
Text Example
Text Example
White with #59C7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C7B2; }
p { color: rgb(89,199,178); }
H1.HeaderClassName
{
color: #59C7B2;
}
.AnyTagClassName
{
color: #59C7B2;
}
</style>
background-color css
<style>
a { background-color: #59C7B2; }
a { background-color: rgb(89,199,178); }
div.DivClassName
{
background-color: #59C7B2;
}
.BgClassName
{
background-color: #59C7B2;
}
</style>
border-color css
<style>
span { border-color: #59C7B2; }
span { border-color: rgb(89,199,178); }
td.TdClassName
{
border-color: #59C7B2;
}
.TagClassName
{
border-color: #59C7B2;
}
</style>