Shades of Tea Green #CDE2BC
Tints of Tea Green #CDE2BC
RGB
CMYK
RGB Variations
Color information
#CDE2BC (or 0xCDE2BC) is known color: Tea Green. HEX triplet: CD, E2 and BC. RGB value is (205,226,188). Sum of RGB (Red+Green+Blue) = 205+226+188=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2BC is #321D43. Grayscale: #D7D7D7. Windows color (decimal): -3284292 or 12378829. OLE color: 12378829.
HSL color Cylindrical-coordinate representation of color #CDE2BC: hue angle of 93.16º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE2BC is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 188 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.11 |
| HSL | 93.16º | 0.4% | 0.81% | - |
| HSV(B) | 93.16º | 0.17% | 0.89% | - |
| XYZ | 61.45 | 71 | 58.04 | - |
| YUV | 215.39 | 112.54 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 188 | 0.09 | 0 | 0.17 | 0.11 | 93.16 | 0.4 | 0.81 |
| Hex | CD | E2 | BC | 9 | 0 | 11 | B | 5D | 28 | 51 |
| Octal | 315 | 342 | 274 | 11 | 0 | 21 | 13 | 135 | 50 | 121 |
| Binary | 11001101 | 11100010 | 10111100 | 1001 | 0 | 10001 | 1011 | 1011101 | 101000 | 1010001 |
Color Harmonies of #CDE2BC
Complementary color
Monochromatic Colors of #CDE2BC
Black with #CDE2BC
Text Example
Text Example
White with #CDE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE2BC; }
p { color: rgb(205,226,188); }
H1.HeaderClassName
{
color: #CDE2BC;
}
.AnyTagClassName
{
color: #CDE2BC;
}
</style>
background-color css
<style>
a { background-color: #CDE2BC; }
a { background-color: rgb(205,226,188); }
div.DivClassName
{
background-color: #CDE2BC;
}
.BgClassName
{
background-color: #CDE2BC;
}
</style>
border-color css
<style>
span { border-color: #CDE2BC; }
span { border-color: rgb(205,226,188); }
td.TdClassName
{
border-color: #CDE2BC;
}
.TagClassName
{
border-color: #CDE2BC;
}
</style>