Shades of Tea Green #CDE3BC
Tints of Tea Green #CDE3BC
RGB
CMYK
RGB Variations
Color information
#CDE3BC (or 0xCDE3BC) is known color: Tea Green. HEX triplet: CD, E3 and BC. RGB value is (205,227,188). Sum of RGB (Red+Green+Blue) = 205+227+188=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3BC is #321C43. Grayscale: #D8D8D8. Windows color (decimal): -3284036 or 12379085. OLE color: 12379085.
HSL color Cylindrical-coordinate representation of color #CDE3BC: hue angle of 93.85º degrees, saturation: 0.41, 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 #CDE3BC is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 188 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.11 |
| HSL | 93.85º | 0.41% | 0.81% | - |
| HSV(B) | 93.85º | 0.17% | 0.89% | - |
| XYZ | 61.72 | 71.55 | 58.13 | - |
| YUV | 215.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 188 | 0.10 | 0 | 0.17 | 0.11 | 93.85 | 0.41 | 0.81 |
| Hex | CD | E3 | BC | A | 0 | 11 | B | 5E | 29 | 51 |
| Octal | 315 | 343 | 274 | 12 | 0 | 21 | 13 | 136 | 51 | 121 |
| Binary | 11001101 | 11100011 | 10111100 | 1010 | 0 | 10001 | 1011 | 1011110 | 101001 | 1010001 |
Color Harmonies of #CDE3BC
Complementary color
Monochromatic Colors of #CDE3BC
Black with #CDE3BC
Text Example
Text Example
White with #CDE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3BC; }
p { color: rgb(205,227,188); }
H1.HeaderClassName
{
color: #CDE3BC;
}
.AnyTagClassName
{
color: #CDE3BC;
}
</style>
background-color css
<style>
a { background-color: #CDE3BC; }
a { background-color: rgb(205,227,188); }
div.DivClassName
{
background-color: #CDE3BC;
}
.BgClassName
{
background-color: #CDE3BC;
}
</style>
border-color css
<style>
span { border-color: #CDE3BC; }
span { border-color: rgb(205,227,188); }
td.TdClassName
{
border-color: #CDE3BC;
}
.TagClassName
{
border-color: #CDE3BC;
}
</style>