Shades of Tea Green #CDE8BA
Tints of Tea Green #CDE8BA
RGB
CMYK
RGB Variations
Color information
#CDE8BA (or 0xCDE8BA) is known color: Tea Green. HEX triplet: CD, E8 and BA. RGB value is (205,232,186). Sum of RGB (Red+Green+Blue) = 205+232+186=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 232 (91.02% from 255 or 37.24% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8BA is #321745. Grayscale: #DADADA. Windows color (decimal): -3282758 or 12249293. OLE color: 12249293.
HSL color Cylindrical-coordinate representation of color #CDE8BA: hue angle of 95.22º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDE8BA is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 186 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.09 |
| HSL | 95.22º | 0.5% | 0.82% | - |
| HSV(B) | 95.22º | 0.2% | 0.91% | - |
| XYZ | 62.9 | 74.24 | 57.47 | - |
| YUV | 218.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 186 | 0.12 | 0 | 0.20 | 0.09 | 95.22 | 0.5 | 0.82 |
| Hex | CD | E8 | BA | C | 0 | 14 | 9 | 5F | 32 | 52 |
| Octal | 315 | 350 | 272 | 14 | 0 | 24 | 11 | 137 | 62 | 122 |
| Binary | 11001101 | 11101000 | 10111010 | 1100 | 0 | 10100 | 1001 | 1011111 | 110010 | 1010010 |
Color Harmonies of #CDE8BA
Complementary color
Monochromatic Colors of #CDE8BA
Black with #CDE8BA
Text Example
Text Example
White with #CDE8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8BA; }
p { color: rgb(205,232,186); }
H1.HeaderClassName
{
color: #CDE8BA;
}
.AnyTagClassName
{
color: #CDE8BA;
}
</style>
background-color css
<style>
a { background-color: #CDE8BA; }
a { background-color: rgb(205,232,186); }
div.DivClassName
{
background-color: #CDE8BA;
}
.BgClassName
{
background-color: #CDE8BA;
}
</style>
border-color css
<style>
span { border-color: #CDE8BA; }
span { border-color: rgb(205,232,186); }
td.TdClassName
{
border-color: #CDE8BA;
}
.TagClassName
{
border-color: #CDE8BA;
}
</style>