Shades of Tea Green #CDE3BA
Tints of Tea Green #CDE3BA
RGB
CMYK
RGB Variations
Color information
#CDE3BA (or 0xCDE3BA) is known color: Tea Green. HEX triplet: CD, E3 and BA. RGB value is (205,227,186). Sum of RGB (Red+Green+Blue) = 205+227+186=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3BA is #321C45. Grayscale: #D7D7D7. Windows color (decimal): -3284038 or 12248013. OLE color: 12248013.
HSL color Cylindrical-coordinate representation of color #CDE3BA: hue angle of 92.2º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDE3BA is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 186 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.11 |
| HSL | 92.2º | 0.42% | 0.81% | - |
| HSV(B) | 92.2º | 0.18% | 0.89% | - |
| XYZ | 61.51 | 71.46 | 57.01 | - |
| YUV | 215.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 186 | 0.10 | 0 | 0.18 | 0.11 | 92.2 | 0.42 | 0.81 |
| Hex | CD | E3 | BA | A | 0 | 12 | B | 5C | 2A | 51 |
| Octal | 315 | 343 | 272 | 12 | 0 | 22 | 13 | 134 | 52 | 121 |
| Binary | 11001101 | 11100011 | 10111010 | 1010 | 0 | 10010 | 1011 | 1011100 | 101010 | 1010001 |
Color Harmonies of #CDE3BA
Complementary color
Monochromatic Colors of #CDE3BA
Black with #CDE3BA
Text Example
Text Example
White with #CDE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3BA; }
p { color: rgb(205,227,186); }
H1.HeaderClassName
{
color: #CDE3BA;
}
.AnyTagClassName
{
color: #CDE3BA;
}
</style>
background-color css
<style>
a { background-color: #CDE3BA; }
a { background-color: rgb(205,227,186); }
div.DivClassName
{
background-color: #CDE3BA;
}
.BgClassName
{
background-color: #CDE3BA;
}
</style>
border-color css
<style>
span { border-color: #CDE3BA; }
span { border-color: rgb(205,227,186); }
td.TdClassName
{
border-color: #CDE3BA;
}
.TagClassName
{
border-color: #CDE3BA;
}
</style>