Shades of Tea Green #CEE6C0
Tints of Tea Green #CEE6C0
RGB
CMYK
RGB Variations
Color information
#CEE6C0 (or 0xCEE6C0) is known color: Tea Green. HEX triplet: CE, E6 and C0. RGB value is (206,230,192). Sum of RGB (Red+Green+Blue) = 206+230+192=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE6C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE6C0 is #31193F. Grayscale: #DADADA. Windows color (decimal): -3217728 or 12641998. OLE color: 12641998.
HSL color Cylindrical-coordinate representation of color #CEE6C0: hue angle of 97.89º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEE6C0 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 192 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.10 |
| HSL | 97.89º | 0.43% | 0.83% | - |
| HSV(B) | 97.89º | 0.17% | 0.9% | - |
| XYZ | 63.26 | 73.52 | 60.73 | - |
| YUV | 218.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 192 | 0.10 | 0 | 0.17 | 0.10 | 97.89 | 0.43 | 0.83 |
| Hex | CE | E6 | C0 | A | 0 | 11 | A | 62 | 2B | 53 |
| Octal | 316 | 346 | 300 | 12 | 0 | 21 | 12 | 142 | 53 | 123 |
| Binary | 11001110 | 11100110 | 11000000 | 1010 | 0 | 10001 | 1010 | 1100010 | 101011 | 1010011 |
Color Harmonies of #CEE6C0
Complementary color
Monochromatic Colors of #CEE6C0
Black with #CEE6C0
Text Example
Text Example
White with #CEE6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE6C0; }
p { color: rgb(206,230,192); }
H1.HeaderClassName
{
color: #CEE6C0;
}
.AnyTagClassName
{
color: #CEE6C0;
}
</style>
background-color css
<style>
a { background-color: #CEE6C0; }
a { background-color: rgb(206,230,192); }
div.DivClassName
{
background-color: #CEE6C0;
}
.BgClassName
{
background-color: #CEE6C0;
}
</style>
border-color css
<style>
span { border-color: #CEE6C0; }
span { border-color: rgb(206,230,192); }
td.TdClassName
{
border-color: #CEE6C0;
}
.TagClassName
{
border-color: #CEE6C0;
}
</style>