Shades of Emerald #55CB8A
Tints of Emerald #55CB8A
RGB
CMYK
RGB Variations
Color information
#55CB8A (or 0x55CB8A) is known color: Emerald. HEX triplet: 55, CB and 8A. RGB value is (85,203,138). Sum of RGB (Red+Green+Blue) = 85+203+138=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CB8A is #AA3475. Grayscale: #A0A0A0. Windows color (decimal): -11154550 or 9096021. OLE color: 9096021.
HSL color Cylindrical-coordinate representation of color #55CB8A: hue angle of 146.95º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CB8A is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 138 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.20 |
| HSL | 146.95º | 0.53% | 0.56% | - |
| HSV(B) | 146.95º | 0.58% | 0.8% | - |
| XYZ | 29.69 | 46.48 | 31.45 | - |
| YUV | 160.31 | 115.41 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 138 | 0.58 | 0 | 0.32 | 0.20 | 146.95 | 0.53 | 0.56 |
| Hex | 55 | CB | 8A | 3A | 0 | 20 | 14 | 93 | 35 | 38 |
| Octal | 125 | 313 | 212 | 72 | 0 | 40 | 24 | 223 | 65 | 70 |
| Binary | 1010101 | 11001011 | 10001010 | 111010 | 0 | 100000 | 10100 | 10010011 | 110101 | 111000 |
Color Harmonies of #55CB8A
Complementary color
Monochromatic Colors of #55CB8A
Black with #55CB8A
Text Example
Text Example
White with #55CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB8A; }
p { color: rgb(85,203,138); }
H1.HeaderClassName
{
color: #55CB8A;
}
.AnyTagClassName
{
color: #55CB8A;
}
</style>
background-color css
<style>
a { background-color: #55CB8A; }
a { background-color: rgb(85,203,138); }
div.DivClassName
{
background-color: #55CB8A;
}
.BgClassName
{
background-color: #55CB8A;
}
</style>
border-color css
<style>
span { border-color: #55CB8A; }
span { border-color: rgb(85,203,138); }
td.TdClassName
{
border-color: #55CB8A;
}
.TagClassName
{
border-color: #55CB8A;
}
</style>