Shades of Tea Green #CEE3C0
Tints of Tea Green #CEE3C0
RGB
CMYK
RGB Variations
Color information
#CEE3C0 (or 0xCEE3C0) is known color: Tea Green. HEX triplet: CE, E3 and C0. RGB value is (206,227,192). Sum of RGB (Red+Green+Blue) = 206+227+192=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 192 (75.39% from 255 or 30.72% from 625); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE3C0 is #311C3F. Grayscale: #D8D8D8. Windows color (decimal): -3218496 or 12641230. OLE color: 12641230.
HSL color Cylindrical-coordinate representation of color #CEE3C0: hue angle of 96º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEE3C0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 227 | 192 | - |
CMYK | 0.09 | 0 | 0.15 | 0.11 |
HSL | 96º | 0.38% | 0.82% | - |
HSV(B) | 96º | 0.15% | 0.89% | - |
XYZ | 62.44 | 71.87 | 60.45 | - |
YUV | 216.73 | 114.04 | 120.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 227 | 192 | 0.09 | 0 | 0.15 | 0.11 | 96 | 0.38 | 0.82 |
Hex | CE | E3 | C0 | 9 | 0 | F | B | 60 | 26 | 52 |
Octal | 316 | 343 | 300 | 11 | 0 | 17 | 13 | 140 | 46 | 122 |
Binary | 11001110 | 11100011 | 11000000 | 1001 | 0 | 1111 | 1011 | 1100000 | 100110 | 1010010 |
Color Harmonies of #CEE3C0
Complementary color
Monochromatic Colors of #CEE3C0
Black with #CEE3C0
Text Example
Text Example
White with #CEE3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE3C0; }
p { color: rgb(206,227,192); }
H1.HeaderClassName
{
color: #CEE3C0;
}
.AnyTagClassName
{
color: #CEE3C0;
}
</style>
background-color css
<style>
a { background-color: #CEE3C0; }
a { background-color: rgb(206,227,192); }
div.DivClassName
{
background-color: #CEE3C0;
}
.BgClassName
{
background-color: #CEE3C0;
}
</style>
border-color css
<style>
span { border-color: #CEE3C0; }
span { border-color: rgb(206,227,192); }
td.TdClassName
{
border-color: #CEE3C0;
}
.TagClassName
{
border-color: #CEE3C0;
}
</style>