Shades of Tea Green #CEE7C2
Tints of Tea Green #CEE7C2
RGB
CMYK
RGB Variations
Color information
#CEE7C2 (or 0xCEE7C2) is known color: Tea Green. HEX triplet: CE, E7 and C2. RGB value is (206,231,194). Sum of RGB (Red+Green+Blue) = 206+231+194=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7C2 is #31183D. Grayscale: #DBDBDB. Windows color (decimal): -3217470 or 12773326. OLE color: 12773326.
HSL color Cylindrical-coordinate representation of color #CEE7C2: hue angle of 100.54º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEE7C2 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 194 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.09 |
| HSL | 100.54º | 0.44% | 0.83% | - |
| HSV(B) | 100.54º | 0.16% | 0.91% | - |
| XYZ | 63.77 | 74.17 | 61.99 | - |
| YUV | 219.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 194 | 0.11 | 0 | 0.16 | 0.09 | 100.54 | 0.44 | 0.83 |
| Hex | CE | E7 | C2 | B | 0 | 10 | 9 | 65 | 2C | 53 |
| Octal | 316 | 347 | 302 | 13 | 0 | 20 | 11 | 145 | 54 | 123 |
| Binary | 11001110 | 11100111 | 11000010 | 1011 | 0 | 10000 | 1001 | 1100101 | 101100 | 1010011 |
Color Harmonies of #CEE7C2
Complementary color
Monochromatic Colors of #CEE7C2
Black with #CEE7C2
Text Example
Text Example
White with #CEE7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE7C2; }
p { color: rgb(206,231,194); }
H1.HeaderClassName
{
color: #CEE7C2;
}
.AnyTagClassName
{
color: #CEE7C2;
}
</style>
background-color css
<style>
a { background-color: #CEE7C2; }
a { background-color: rgb(206,231,194); }
div.DivClassName
{
background-color: #CEE7C2;
}
.BgClassName
{
background-color: #CEE7C2;
}
</style>
border-color css
<style>
span { border-color: #CEE7C2; }
span { border-color: rgb(206,231,194); }
td.TdClassName
{
border-color: #CEE7C2;
}
.TagClassName
{
border-color: #CEE7C2;
}
</style>