Shades of Tea Green #CEEDC4
Tints of Tea Green #CEEDC4
RGB
CMYK
RGB Variations
Color information
#CEEDC4 (or 0xCEEDC4) is known color: Tea Green. HEX triplet: CE, ED and C4. RGB value is (206,237,196). Sum of RGB (Red+Green+Blue) = 206+237+196=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDC4 is #31123B. Grayscale: #DFDFDF. Windows color (decimal): -3215932 or 12905934. OLE color: 12905934.
HSL color Cylindrical-coordinate representation of color #CEEDC4: hue angle of 105.37º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEEDC4 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 196 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.07 |
| HSL | 105.37º | 0.53% | 0.85% | - |
| HSV(B) | 105.37º | 0.17% | 0.93% | - |
| XYZ | 65.7 | 77.68 | 63.75 | - |
| YUV | 223.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 196 | 0.13 | 0 | 0.17 | 0.07 | 105.37 | 0.53 | 0.85 |
| Hex | CE | ED | C4 | D | 0 | 11 | 7 | 69 | 35 | 55 |
| Octal | 316 | 355 | 304 | 15 | 0 | 21 | 7 | 151 | 65 | 125 |
| Binary | 11001110 | 11101101 | 11000100 | 1101 | 0 | 10001 | 111 | 1101001 | 110101 | 1010101 |
Color Harmonies of #CEEDC4
Complementary color
Monochromatic Colors of #CEEDC4
Black with #CEEDC4
Text Example
Text Example
White with #CEEDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDC4; }
p { color: rgb(206,237,196); }
H1.HeaderClassName
{
color: #CEEDC4;
}
.AnyTagClassName
{
color: #CEEDC4;
}
</style>
background-color css
<style>
a { background-color: #CEEDC4; }
a { background-color: rgb(206,237,196); }
div.DivClassName
{
background-color: #CEEDC4;
}
.BgClassName
{
background-color: #CEEDC4;
}
</style>
border-color css
<style>
span { border-color: #CEEDC4; }
span { border-color: rgb(206,237,196); }
td.TdClassName
{
border-color: #CEEDC4;
}
.TagClassName
{
border-color: #CEEDC4;
}
</style>