Shades of Tea Green #CEEDC1
Tints of Tea Green #CEEDC1
RGB
CMYK
RGB Variations
Color information
#CEEDC1 (or 0xCEEDC1) is known color: Tea Green. HEX triplet: CE, ED and C1. RGB value is (206,237,193). Sum of RGB (Red+Green+Blue) = 206+237+193=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 237 (92.97% from 255 or 37.26% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDC1 is #31123E. Grayscale: #DEDEDE. Windows color (decimal): -3215935 or 12709326. OLE color: 12709326.
HSL color Cylindrical-coordinate representation of color #CEEDC1: hue angle of 102.27º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEEDC1 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 193 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.07 |
| HSL | 102.27º | 0.55% | 0.84% | - |
| HSV(B) | 102.27º | 0.19% | 0.93% | - |
| XYZ | 65.36 | 77.54 | 61.97 | - |
| YUV | 222.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 193 | 0.13 | 0 | 0.19 | 0.07 | 102.27 | 0.55 | 0.84 |
| Hex | CE | ED | C1 | D | 0 | 13 | 7 | 66 | 37 | 54 |
| Octal | 316 | 355 | 301 | 15 | 0 | 23 | 7 | 146 | 67 | 124 |
| Binary | 11001110 | 11101101 | 11000001 | 1101 | 0 | 10011 | 111 | 1100110 | 110111 | 1010100 |
Color Harmonies of #CEEDC1
Complementary color
Monochromatic Colors of #CEEDC1
Black with #CEEDC1
Text Example
Text Example
White with #CEEDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDC1; }
p { color: rgb(206,237,193); }
H1.HeaderClassName
{
color: #CEEDC1;
}
.AnyTagClassName
{
color: #CEEDC1;
}
</style>
background-color css
<style>
a { background-color: #CEEDC1; }
a { background-color: rgb(206,237,193); }
div.DivClassName
{
background-color: #CEEDC1;
}
.BgClassName
{
background-color: #CEEDC1;
}
</style>
border-color css
<style>
span { border-color: #CEEDC1; }
span { border-color: rgb(206,237,193); }
td.TdClassName
{
border-color: #CEEDC1;
}
.TagClassName
{
border-color: #CEEDC1;
}
</style>