Shades of Tea Green #CEF4BD
Tints of Tea Green #CEF4BD
RGB
CMYK
RGB Variations
Color information
#CEF4BD (or 0xCEF4BD) is known color: Tea Green. HEX triplet: CE, F4 and BD. RGB value is (206,244,189). Sum of RGB (Red+Green+Blue) = 206+244+189=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 244 (95.70% from 255 or 38.18% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 244 - color contains mainly: green. Hex color #CEF4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF4BD is #310B42. Grayscale: #E2E2E2. Windows color (decimal): -3214147 or 12448974. OLE color: 12448974.
HSL color Cylindrical-coordinate representation of color #CEF4BD: hue angle of 101.45º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEF4BD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 244 | 189 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.04 |
| HSL | 101.45º | 0.71% | 0.85% | - |
| HSV(B) | 101.45º | 0.23% | 0.96% | - |
| XYZ | 66.99 | 81.5 | 60.34 | - |
| YUV | 226.37 | 106.91 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 244 | 189 | 0.16 | 0 | 0.23 | 0.04 | 101.45 | 0.71 | 0.85 |
| Hex | CE | F4 | BD | 10 | 0 | 17 | 4 | 65 | 47 | 55 |
| Octal | 316 | 364 | 275 | 20 | 0 | 27 | 4 | 145 | 107 | 125 |
| Binary | 11001110 | 11110100 | 10111101 | 10000 | 0 | 10111 | 100 | 1100101 | 1000111 | 1010101 |
Color Harmonies of #CEF4BD
Complementary color
Monochromatic Colors of #CEF4BD
Black with #CEF4BD
Text Example
Text Example
White with #CEF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF4BD; }
p { color: rgb(206,244,189); }
H1.HeaderClassName
{
color: #CEF4BD;
}
.AnyTagClassName
{
color: #CEF4BD;
}
</style>
background-color css
<style>
a { background-color: #CEF4BD; }
a { background-color: rgb(206,244,189); }
div.DivClassName
{
background-color: #CEF4BD;
}
.BgClassName
{
background-color: #CEF4BD;
}
</style>
border-color css
<style>
span { border-color: #CEF4BD; }
span { border-color: rgb(206,244,189); }
td.TdClassName
{
border-color: #CEF4BD;
}
.TagClassName
{
border-color: #CEF4BD;
}
</style>