Shades of Tea Green #CEF3C0
Tints of Tea Green #CEF3C0
RGB
CMYK
RGB Variations
Color information
#CEF3C0 (or 0xCEF3C0) is known color: Tea Green. HEX triplet: CE, F3 and C0. RGB value is (206,243,192). Sum of RGB (Red+Green+Blue) = 206+243+192=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 192 (75.39% from 255 or 29.95% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3C0 is #310C3F. Grayscale: #E2E2E2. Windows color (decimal): -3214400 or 12645326. OLE color: 12645326.
HSL color Cylindrical-coordinate representation of color #CEF3C0: hue angle of 103.53º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEF3C0 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 192 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.05 |
| HSL | 103.53º | 0.68% | 0.85% | - |
| HSV(B) | 103.53º | 0.21% | 0.95% | - |
| XYZ | 67.02 | 81.03 | 61.98 | - |
| YUV | 226.12 | 108.74 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 192 | 0.15 | 0 | 0.21 | 0.05 | 103.53 | 0.68 | 0.85 |
| Hex | CE | F3 | C0 | F | 0 | 15 | 5 | 68 | 44 | 55 |
| Octal | 316 | 363 | 300 | 17 | 0 | 25 | 5 | 150 | 104 | 125 |
| Binary | 11001110 | 11110011 | 11000000 | 1111 | 0 | 10101 | 101 | 1101000 | 1000100 | 1010101 |
Color Harmonies of #CEF3C0
Complementary color
Monochromatic Colors of #CEF3C0
Black with #CEF3C0
Text Example
Text Example
White with #CEF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3C0; }
p { color: rgb(206,243,192); }
H1.HeaderClassName
{
color: #CEF3C0;
}
.AnyTagClassName
{
color: #CEF3C0;
}
</style>
background-color css
<style>
a { background-color: #CEF3C0; }
a { background-color: rgb(206,243,192); }
div.DivClassName
{
background-color: #CEF3C0;
}
.BgClassName
{
background-color: #CEF3C0;
}
</style>
border-color css
<style>
span { border-color: #CEF3C0; }
span { border-color: rgb(206,243,192); }
td.TdClassName
{
border-color: #CEF3C0;
}
.TagClassName
{
border-color: #CEF3C0;
}
</style>