Shades of Puerto Rico #56C99A
Tints of Puerto Rico #56C99A
RGB
CMYK
RGB Variations
Color information
#56C99A (or 0x56C99A) is known color: Puerto Rico. HEX triplet: 56, C9 and 9A. RGB value is (86,201,154). Sum of RGB (Red+Green+Blue) = 86+201+154=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 201 (78.91% from 255 or 45.58% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 201 - color contains mainly: green. Hex color #56C99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56C99A is #A93665. Grayscale: #A1A1A1. Windows color (decimal): -11089510 or 10144086. OLE color: 10144086.
HSL color Cylindrical-coordinate representation of color #56C99A: hue angle of 155.48º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C99A is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 201 | 154 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.21 |
| HSL | 155.48º | 0.52% | 0.56% | - |
| HSV(B) | 155.48º | 0.57% | 0.79% | - |
| XYZ | 30.56 | 46.08 | 37.86 | - |
| YUV | 161.26 | 123.9 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 201 | 154 | 0.57 | 0 | 0.23 | 0.21 | 155.48 | 0.52 | 0.56 |
| Hex | 56 | C9 | 9A | 39 | 0 | 17 | 15 | 9B | 34 | 38 |
| Octal | 126 | 311 | 232 | 71 | 0 | 27 | 25 | 233 | 64 | 70 |
| Binary | 1010110 | 11001001 | 10011010 | 111001 | 0 | 10111 | 10101 | 10011011 | 110100 | 111000 |
Color Harmonies of #56C99A
Complementary color
Monochromatic Colors of #56C99A
Black with #56C99A
Text Example
Text Example
White with #56C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C99A; }
p { color: rgb(86,201,154); }
H1.HeaderClassName
{
color: #56C99A;
}
.AnyTagClassName
{
color: #56C99A;
}
</style>
background-color css
<style>
a { background-color: #56C99A; }
a { background-color: rgb(86,201,154); }
div.DivClassName
{
background-color: #56C99A;
}
.BgClassName
{
background-color: #56C99A;
}
</style>
border-color css
<style>
span { border-color: #56C99A; }
span { border-color: rgb(86,201,154); }
td.TdClassName
{
border-color: #56C99A;
}
.TagClassName
{
border-color: #56C99A;
}
</style>