Shades of Tea Green #C8EAB8
Tints of Tea Green #C8EAB8
RGB
CMYK
RGB Variations
Color information
#C8EAB8 (or 0xC8EAB8) is known color: Tea Green. HEX triplet: C8, EA and B8. RGB value is (200,234,184). Sum of RGB (Red+Green+Blue) = 200+234+184=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 184 (72.27% from 255 or 29.77% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EAB8 is #371547. Grayscale: #DADADA. Windows color (decimal): -3609928 or 12118728. OLE color: 12118728.
HSL color Cylindrical-coordinate representation of color #C8EAB8: hue angle of 100.8º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8EAB8 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 184 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.08 |
| HSL | 100.8º | 0.54% | 0.82% | - |
| HSV(B) | 100.8º | 0.21% | 0.92% | - |
| XYZ | 61.89 | 74.59 | 56.48 | - |
| YUV | 218.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 184 | 0.15 | 0 | 0.21 | 0.08 | 100.8 | 0.54 | 0.82 |
| Hex | C8 | EA | B8 | F | 0 | 15 | 8 | 65 | 36 | 52 |
| Octal | 310 | 352 | 270 | 17 | 0 | 25 | 10 | 145 | 66 | 122 |
| Binary | 11001000 | 11101010 | 10111000 | 1111 | 0 | 10101 | 1000 | 1100101 | 110110 | 1010010 |
Color Harmonies of #C8EAB8
Complementary color
Monochromatic Colors of #C8EAB8
Black with #C8EAB8
Text Example
Text Example
White with #C8EAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EAB8; }
p { color: rgb(200,234,184); }
H1.HeaderClassName
{
color: #C8EAB8;
}
.AnyTagClassName
{
color: #C8EAB8;
}
</style>
background-color css
<style>
a { background-color: #C8EAB8; }
a { background-color: rgb(200,234,184); }
div.DivClassName
{
background-color: #C8EAB8;
}
.BgClassName
{
background-color: #C8EAB8;
}
</style>
border-color css
<style>
span { border-color: #C8EAB8; }
span { border-color: rgb(200,234,184); }
td.TdClassName
{
border-color: #C8EAB8;
}
.TagClassName
{
border-color: #C8EAB8;
}
</style>