Shades of Puerto Rico #55C29D
Tints of Puerto Rico #55C29D
RGB
CMYK
RGB Variations
Color information
#55C29D (or 0x55C29D) is known color: Puerto Rico. HEX triplet: 55, C2 and 9D. RGB value is (85,194,157). Sum of RGB (Red+Green+Blue) = 85+194+157=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #55C29D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C29D is #AA3D62. Grayscale: #9D9D9D. Windows color (decimal): -11156835 or 10338901. OLE color: 10338901.
HSL color Cylindrical-coordinate representation of color #55C29D: hue angle of 159.63º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C29D is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 157 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.24 |
| HSL | 159.63º | 0.47% | 0.55% | - |
| HSV(B) | 159.63º | 0.56% | 0.76% | - |
| XYZ | 29.12 | 42.95 | 38.65 | - |
| YUV | 157.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 157 | 0.56 | 0 | 0.19 | 0.24 | 159.63 | 0.47 | 0.55 |
| Hex | 55 | C2 | 9D | 38 | 0 | 13 | 18 | A0 | 2F | 37 |
| Octal | 125 | 302 | 235 | 70 | 0 | 23 | 30 | 240 | 57 | 67 |
| Binary | 1010101 | 11000010 | 10011101 | 111000 | 0 | 10011 | 11000 | 10100000 | 101111 | 110111 |
Color Harmonies of #55C29D
Complementary color
Monochromatic Colors of #55C29D
Black with #55C29D
Text Example
Text Example
White with #55C29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C29D; }
p { color: rgb(85,194,157); }
H1.HeaderClassName
{
color: #55C29D;
}
.AnyTagClassName
{
color: #55C29D;
}
</style>
background-color css
<style>
a { background-color: #55C29D; }
a { background-color: rgb(85,194,157); }
div.DivClassName
{
background-color: #55C29D;
}
.BgClassName
{
background-color: #55C29D;
}
</style>
border-color css
<style>
span { border-color: #55C29D; }
span { border-color: rgb(85,194,157); }
td.TdClassName
{
border-color: #55C29D;
}
.TagClassName
{
border-color: #55C29D;
}
</style>