Shades of Tea Green #CDE6BD
Tints of Tea Green #CDE6BD
RGB
CMYK
RGB Variations
Color information
#CDE6BD (or 0xCDE6BD) is known color: Tea Green. HEX triplet: CD, E6 and BD. RGB value is (205,230,189). Sum of RGB (Red+Green+Blue) = 205+230+189=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6BD is #321942. Grayscale: #D9D9D9. Windows color (decimal): -3283267 or 12445389. OLE color: 12445389.
HSL color Cylindrical-coordinate representation of color #CDE6BD: hue angle of 96.59º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE6BD is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 189 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.10 |
| HSL | 96.59º | 0.45% | 0.82% | - |
| HSV(B) | 96.59º | 0.18% | 0.9% | - |
| XYZ | 62.66 | 73.25 | 58.98 | - |
| YUV | 217.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 189 | 0.11 | 0 | 0.18 | 0.10 | 96.59 | 0.45 | 0.82 |
| Hex | CD | E6 | BD | B | 0 | 12 | A | 61 | 2D | 52 |
| Octal | 315 | 346 | 275 | 13 | 0 | 22 | 12 | 141 | 55 | 122 |
| Binary | 11001101 | 11100110 | 10111101 | 1011 | 0 | 10010 | 1010 | 1100001 | 101101 | 1010010 |
Color Harmonies of #CDE6BD
Complementary color
Monochromatic Colors of #CDE6BD
Black with #CDE6BD
Text Example
Text Example
White with #CDE6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6BD; }
p { color: rgb(205,230,189); }
H1.HeaderClassName
{
color: #CDE6BD;
}
.AnyTagClassName
{
color: #CDE6BD;
}
</style>
background-color css
<style>
a { background-color: #CDE6BD; }
a { background-color: rgb(205,230,189); }
div.DivClassName
{
background-color: #CDE6BD;
}
.BgClassName
{
background-color: #CDE6BD;
}
</style>
border-color css
<style>
span { border-color: #CDE6BD; }
span { border-color: rgb(205,230,189); }
td.TdClassName
{
border-color: #CDE6BD;
}
.TagClassName
{
border-color: #CDE6BD;
}
</style>