Shades of Tea Green #CDE6BA
Tints of Tea Green #CDE6BA
RGB
CMYK
RGB Variations
Color information
#CDE6BA (or 0xCDE6BA) is known color: Tea Green. HEX triplet: CD, E6 and BA. RGB value is (205,230,186). Sum of RGB (Red+Green+Blue) = 205+230+186=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6BA is #321945. Grayscale: #D9D9D9. Windows color (decimal): -3283270 or 12248781. OLE color: 12248781.
HSL color Cylindrical-coordinate representation of color #CDE6BA: hue angle of 94.09º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE6BA is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 186 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.10 |
| HSL | 94.09º | 0.47% | 0.82% | - |
| HSV(B) | 94.09º | 0.19% | 0.9% | - |
| XYZ | 62.34 | 73.12 | 57.28 | - |
| YUV | 217.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 186 | 0.11 | 0 | 0.19 | 0.10 | 94.09 | 0.47 | 0.82 |
| Hex | CD | E6 | BA | B | 0 | 13 | A | 5E | 2F | 52 |
| Octal | 315 | 346 | 272 | 13 | 0 | 23 | 12 | 136 | 57 | 122 |
| Binary | 11001101 | 11100110 | 10111010 | 1011 | 0 | 10011 | 1010 | 1011110 | 101111 | 1010010 |
Color Harmonies of #CDE6BA
Complementary color
Monochromatic Colors of #CDE6BA
Black with #CDE6BA
Text Example
Text Example
White with #CDE6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6BA; }
p { color: rgb(205,230,186); }
H1.HeaderClassName
{
color: #CDE6BA;
}
.AnyTagClassName
{
color: #CDE6BA;
}
</style>
background-color css
<style>
a { background-color: #CDE6BA; }
a { background-color: rgb(205,230,186); }
div.DivClassName
{
background-color: #CDE6BA;
}
.BgClassName
{
background-color: #CDE6BA;
}
</style>
border-color css
<style>
span { border-color: #CDE6BA; }
span { border-color: rgb(205,230,186); }
td.TdClassName
{
border-color: #CDE6BA;
}
.TagClassName
{
border-color: #CDE6BA;
}
</style>