Shades of Tea Green #CEEDC3
Tints of Tea Green #CEEDC3
RGB
CMYK
RGB Variations
Color information
#CEEDC3 (or 0xCEEDC3) is known color: Tea Green. HEX triplet: CE, ED and C3. RGB value is (206,237,195). Sum of RGB (Red+Green+Blue) = 206+237+195=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDC3 is #31123C. Grayscale: #DFDFDF. Windows color (decimal): -3215933 or 12840398. OLE color: 12840398.
HSL color Cylindrical-coordinate representation of color #CEEDC3: hue angle of 104.29º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEEDC3 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 195 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.07 |
| HSL | 104.29º | 0.54% | 0.85% | - |
| HSV(B) | 104.29º | 0.18% | 0.93% | - |
| XYZ | 65.59 | 77.63 | 63.16 | - |
| YUV | 222.94 | 112.23 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 195 | 0.13 | 0 | 0.18 | 0.07 | 104.29 | 0.54 | 0.85 |
| Hex | CE | ED | C3 | D | 0 | 12 | 7 | 68 | 36 | 55 |
| Octal | 316 | 355 | 303 | 15 | 0 | 22 | 7 | 150 | 66 | 125 |
| Binary | 11001110 | 11101101 | 11000011 | 1101 | 0 | 10010 | 111 | 1101000 | 110110 | 1010101 |
Color Harmonies of #CEEDC3
Complementary color
Monochromatic Colors of #CEEDC3
Black with #CEEDC3
Text Example
Text Example
White with #CEEDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDC3; }
p { color: rgb(206,237,195); }
H1.HeaderClassName
{
color: #CEEDC3;
}
.AnyTagClassName
{
color: #CEEDC3;
}
</style>
background-color css
<style>
a { background-color: #CEEDC3; }
a { background-color: rgb(206,237,195); }
div.DivClassName
{
background-color: #CEEDC3;
}
.BgClassName
{
background-color: #CEEDC3;
}
</style>
border-color css
<style>
span { border-color: #CEEDC3; }
span { border-color: rgb(206,237,195); }
td.TdClassName
{
border-color: #CEEDC3;
}
.TagClassName
{
border-color: #CEEDC3;
}
</style>