Shades of Tea Green #C2EAB8
Tints of Tea Green #C2EAB8
RGB
CMYK
RGB Variations
Color information
#C2EAB8 (or 0xC2EAB8) is known color: Tea Green. HEX triplet: C2, EA and B8. RGB value is (194,234,184). Sum of RGB (Red+Green+Blue) = 194+234+184=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EAB8 is #3D1547. Grayscale: #D8D8D8. Windows color (decimal): -4003144 or 12118722. OLE color: 12118722.
HSL color Cylindrical-coordinate representation of color #C2EAB8: hue angle of 108º 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 #C2EAB8 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 234 | 184 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.08 |
| HSL | 108º | 0.54% | 0.82% | - |
| HSV(B) | 108º | 0.21% | 0.92% | - |
| XYZ | 60.32 | 73.78 | 56.41 | - |
| YUV | 216.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 234 | 184 | 0.17 | 0 | 0.21 | 0.08 | 108 | 0.54 | 0.82 |
| Hex | C2 | EA | B8 | 11 | 0 | 15 | 8 | 6C | 36 | 52 |
| Octal | 302 | 352 | 270 | 21 | 0 | 25 | 10 | 154 | 66 | 122 |
| Binary | 11000010 | 11101010 | 10111000 | 10001 | 0 | 10101 | 1000 | 1101100 | 110110 | 1010010 |
Color Harmonies of #C2EAB8
Complementary color
Monochromatic Colors of #C2EAB8
Black with #C2EAB8
Text Example
Text Example
White with #C2EAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EAB8; }
p { color: rgb(194,234,184); }
H1.HeaderClassName
{
color: #C2EAB8;
}
.AnyTagClassName
{
color: #C2EAB8;
}
</style>
background-color css
<style>
a { background-color: #C2EAB8; }
a { background-color: rgb(194,234,184); }
div.DivClassName
{
background-color: #C2EAB8;
}
.BgClassName
{
background-color: #C2EAB8;
}
</style>
border-color css
<style>
span { border-color: #C2EAB8; }
span { border-color: rgb(194,234,184); }
td.TdClassName
{
border-color: #C2EAB8;
}
.TagClassName
{
border-color: #C2EAB8;
}
</style>