Shades of Tea Green #CEEDC2
Tints of Tea Green #CEEDC2
RGB
CMYK
RGB Variations
Color information
#CEEDC2 (or 0xCEEDC2) is known color: Tea Green. HEX triplet: CE, ED and C2. RGB value is (206,237,194). Sum of RGB (Red+Green+Blue) = 206+237+194=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 194 (76.17% from 255 or 30.46% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDC2 is #31123D. Grayscale: #DEDEDE. Windows color (decimal): -3215934 or 12774862. OLE color: 12774862.
HSL color Cylindrical-coordinate representation of color #CEEDC2: hue angle of 103.26º 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 #CEEDC2 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 194 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.07 |
| HSL | 103.26º | 0.54% | 0.85% | - |
| HSV(B) | 103.26º | 0.18% | 0.93% | - |
| XYZ | 65.48 | 77.59 | 62.56 | - |
| YUV | 222.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 194 | 0.13 | 0 | 0.18 | 0.07 | 103.26 | 0.54 | 0.85 |
| Hex | CE | ED | C2 | D | 0 | 12 | 7 | 67 | 36 | 55 |
| Octal | 316 | 355 | 302 | 15 | 0 | 22 | 7 | 147 | 66 | 125 |
| Binary | 11001110 | 11101101 | 11000010 | 1101 | 0 | 10010 | 111 | 1100111 | 110110 | 1010101 |
Color Harmonies of #CEEDC2
Complementary color
Monochromatic Colors of #CEEDC2
Black with #CEEDC2
Text Example
Text Example
White with #CEEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDC2; }
p { color: rgb(206,237,194); }
H1.HeaderClassName
{
color: #CEEDC2;
}
.AnyTagClassName
{
color: #CEEDC2;
}
</style>
background-color css
<style>
a { background-color: #CEEDC2; }
a { background-color: rgb(206,237,194); }
div.DivClassName
{
background-color: #CEEDC2;
}
.BgClassName
{
background-color: #CEEDC2;
}
</style>
border-color css
<style>
span { border-color: #CEEDC2; }
span { border-color: rgb(206,237,194); }
td.TdClassName
{
border-color: #CEEDC2;
}
.TagClassName
{
border-color: #CEEDC2;
}
</style>