Shades of Tea Green #CDE3C0
Tints of Tea Green #CDE3C0
RGB
CMYK
RGB Variations
Color information
#CDE3C0 (or 0xCDE3C0) is known color: Tea Green. HEX triplet: CD, E3 and C0. RGB value is (205,227,192). Sum of RGB (Red+Green+Blue) = 205+227+192=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 192 (75.39% from 255 or 30.77% from 624); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3C0 is #321C3F. Grayscale: #D8D8D8. Windows color (decimal): -3284032 or 12641229. OLE color: 12641229.
HSL color Cylindrical-coordinate representation of color #CDE3C0: hue angle of 97.71º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDE3C0 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 192 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.11 |
| HSL | 97.71º | 0.38% | 0.82% | - |
| HSV(B) | 97.71º | 0.15% | 0.89% | - |
| XYZ | 62.16 | 71.72 | 60.44 | - |
| YUV | 216.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 192 | 0.10 | 0 | 0.15 | 0.11 | 97.71 | 0.38 | 0.82 |
| Hex | CD | E3 | C0 | A | 0 | F | B | 62 | 26 | 52 |
| Octal | 315 | 343 | 300 | 12 | 0 | 17 | 13 | 142 | 46 | 122 |
| Binary | 11001101 | 11100011 | 11000000 | 1010 | 0 | 1111 | 1011 | 1100010 | 100110 | 1010010 |
Color Harmonies of #CDE3C0
Complementary color
Monochromatic Colors of #CDE3C0
Black with #CDE3C0
Text Example
Text Example
White with #CDE3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3C0; }
p { color: rgb(205,227,192); }
H1.HeaderClassName
{
color: #CDE3C0;
}
.AnyTagClassName
{
color: #CDE3C0;
}
</style>
background-color css
<style>
a { background-color: #CDE3C0; }
a { background-color: rgb(205,227,192); }
div.DivClassName
{
background-color: #CDE3C0;
}
.BgClassName
{
background-color: #CDE3C0;
}
</style>
border-color css
<style>
span { border-color: #CDE3C0; }
span { border-color: rgb(205,227,192); }
td.TdClassName
{
border-color: #CDE3C0;
}
.TagClassName
{
border-color: #CDE3C0;
}
</style>