Shades of Tea Green #CDE7BA
Tints of Tea Green #CDE7BA
RGB
CMYK
RGB Variations
Color information
#CDE7BA (or 0xCDE7BA) is known color: Tea Green. HEX triplet: CD, E7 and BA. RGB value is (205,231,186). Sum of RGB (Red+Green+Blue) = 205+231+186=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7BA is #321845. Grayscale: #DADADA. Windows color (decimal): -3283014 or 12249037. OLE color: 12249037.
HSL color Cylindrical-coordinate representation of color #CDE7BA: hue angle of 94.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE7BA is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 186 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.09 |
| HSL | 94.67º | 0.48% | 0.82% | - |
| HSV(B) | 94.67º | 0.19% | 0.91% | - |
| XYZ | 62.62 | 73.68 | 57.38 | - |
| YUV | 218.1 | 109.89 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 186 | 0.11 | 0 | 0.19 | 0.09 | 94.67 | 0.48 | 0.82 |
| Hex | CD | E7 | BA | B | 0 | 13 | 9 | 5F | 30 | 52 |
| Octal | 315 | 347 | 272 | 13 | 0 | 23 | 11 | 137 | 60 | 122 |
| Binary | 11001101 | 11100111 | 10111010 | 1011 | 0 | 10011 | 1001 | 1011111 | 110000 | 1010010 |
Color Harmonies of #CDE7BA
Complementary color
Monochromatic Colors of #CDE7BA
Black with #CDE7BA
Text Example
Text Example
White with #CDE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE7BA; }
p { color: rgb(205,231,186); }
H1.HeaderClassName
{
color: #CDE7BA;
}
.AnyTagClassName
{
color: #CDE7BA;
}
</style>
background-color css
<style>
a { background-color: #CDE7BA; }
a { background-color: rgb(205,231,186); }
div.DivClassName
{
background-color: #CDE7BA;
}
.BgClassName
{
background-color: #CDE7BA;
}
</style>
border-color css
<style>
span { border-color: #CDE7BA; }
span { border-color: rgb(205,231,186); }
td.TdClassName
{
border-color: #CDE7BA;
}
.TagClassName
{
border-color: #CDE7BA;
}
</style>