Shades of Puerto Rico #55C79A
Tints of Puerto Rico #55C79A
RGB
CMYK
RGB Variations
Color information
#55C79A (or 0x55C79A) is known color: Puerto Rico. HEX triplet: 55, C7 and 9A. RGB value is (85,199,154). Sum of RGB (Red+Green+Blue) = 85+199+154=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 199 - color contains mainly: green. Hex color #55C79A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C79A is #AA3865. Grayscale: #9F9F9F. Windows color (decimal): -11155558 or 10143573. OLE color: 10143573.
HSL color Cylindrical-coordinate representation of color #55C79A: hue angle of 156.32º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C79A is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 154 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.22 |
| HSL | 156.32º | 0.5% | 0.56% | - |
| HSV(B) | 156.32º | 0.57% | 0.78% | - |
| XYZ | 30 | 45.11 | 37.7 | - |
| YUV | 159.78 | 124.73 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 154 | 0.57 | 0 | 0.23 | 0.22 | 156.32 | 0.5 | 0.56 |
| Hex | 55 | C7 | 9A | 39 | 0 | 17 | 16 | 9C | 32 | 38 |
| Octal | 125 | 307 | 232 | 71 | 0 | 27 | 26 | 234 | 62 | 70 |
| Binary | 1010101 | 11000111 | 10011010 | 111001 | 0 | 10111 | 10110 | 10011100 | 110010 | 111000 |
Color Harmonies of #55C79A
Complementary color
Monochromatic Colors of #55C79A
Black with #55C79A
Text Example
Text Example
White with #55C79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C79A; }
p { color: rgb(85,199,154); }
H1.HeaderClassName
{
color: #55C79A;
}
.AnyTagClassName
{
color: #55C79A;
}
</style>
background-color css
<style>
a { background-color: #55C79A; }
a { background-color: rgb(85,199,154); }
div.DivClassName
{
background-color: #55C79A;
}
.BgClassName
{
background-color: #55C79A;
}
</style>
border-color css
<style>
span { border-color: #55C79A; }
span { border-color: rgb(85,199,154); }
td.TdClassName
{
border-color: #55C79A;
}
.TagClassName
{
border-color: #55C79A;
}
</style>