Shades of Tea Green #CDE9BA
Tints of Tea Green #CDE9BA
RGB
CMYK
RGB Variations
Color information
#CDE9BA (or 0xCDE9BA) is known color: Tea Green. HEX triplet: CD, E9 and BA. RGB value is (205,233,186). Sum of RGB (Red+Green+Blue) = 205+233+186=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 233 (91.41% from 255 or 37.34% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9BA is #321645. Grayscale: #DBDBDB. Windows color (decimal): -3282502 or 12249549. OLE color: 12249549.
HSL color Cylindrical-coordinate representation of color #CDE9BA: hue angle of 95.74º degrees, saturation: 0.52, 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 #CDE9BA is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 186 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.09 |
| HSL | 95.74º | 0.52% | 0.82% | - |
| HSV(B) | 95.74º | 0.2% | 0.91% | - |
| XYZ | 63.18 | 74.8 | 57.56 | - |
| YUV | 219.27 | 109.22 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 186 | 0.12 | 0 | 0.20 | 0.09 | 95.74 | 0.52 | 0.82 |
| Hex | CD | E9 | BA | C | 0 | 14 | 9 | 60 | 34 | 52 |
| Octal | 315 | 351 | 272 | 14 | 0 | 24 | 11 | 140 | 64 | 122 |
| Binary | 11001101 | 11101001 | 10111010 | 1100 | 0 | 10100 | 1001 | 1100000 | 110100 | 1010010 |
Color Harmonies of #CDE9BA
Complementary color
Monochromatic Colors of #CDE9BA
Black with #CDE9BA
Text Example
Text Example
White with #CDE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9BA; }
p { color: rgb(205,233,186); }
H1.HeaderClassName
{
color: #CDE9BA;
}
.AnyTagClassName
{
color: #CDE9BA;
}
</style>
background-color css
<style>
a { background-color: #CDE9BA; }
a { background-color: rgb(205,233,186); }
div.DivClassName
{
background-color: #CDE9BA;
}
.BgClassName
{
background-color: #CDE9BA;
}
</style>
border-color css
<style>
span { border-color: #CDE9BA; }
span { border-color: rgb(205,233,186); }
td.TdClassName
{
border-color: #CDE9BA;
}
.TagClassName
{
border-color: #CDE9BA;
}
</style>