Shades of Tea Green #CDE5BE
Tints of Tea Green #CDE5BE
RGB
CMYK
RGB Variations
Color information
#CDE5BE (or 0xCDE5BE) is known color: Tea Green. HEX triplet: CD, E5 and BE. RGB value is (205,229,190). Sum of RGB (Red+Green+Blue) = 205+229+190=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 190 (74.61% from 255 or 30.45% from 624); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5BE is #321A41. Grayscale: #D9D9D9. Windows color (decimal): -3283522 or 12510669. OLE color: 12510669.
HSL color Cylindrical-coordinate representation of color #CDE5BE: hue angle of 96.92º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE5BE is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 229 | 190 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.10 |
| HSL | 96.92º | 0.43% | 0.82% | - |
| HSV(B) | 96.92º | 0.17% | 0.9% | - |
| XYZ | 62.49 | 72.74 | 59.46 | - |
| YUV | 217.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 229 | 190 | 0.10 | 0 | 0.17 | 0.10 | 96.92 | 0.43 | 0.82 |
| Hex | CD | E5 | BE | A | 0 | 11 | A | 61 | 2B | 52 |
| Octal | 315 | 345 | 276 | 12 | 0 | 21 | 12 | 141 | 53 | 122 |
| Binary | 11001101 | 11100101 | 10111110 | 1010 | 0 | 10001 | 1010 | 1100001 | 101011 | 1010010 |
Color Harmonies of #CDE5BE
Complementary color
Monochromatic Colors of #CDE5BE
Black with #CDE5BE
Text Example
Text Example
White with #CDE5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE5BE; }
p { color: rgb(205,229,190); }
H1.HeaderClassName
{
color: #CDE5BE;
}
.AnyTagClassName
{
color: #CDE5BE;
}
</style>
background-color css
<style>
a { background-color: #CDE5BE; }
a { background-color: rgb(205,229,190); }
div.DivClassName
{
background-color: #CDE5BE;
}
.BgClassName
{
background-color: #CDE5BE;
}
</style>
border-color css
<style>
span { border-color: #CDE5BE; }
span { border-color: rgb(205,229,190); }
td.TdClassName
{
border-color: #CDE5BE;
}
.TagClassName
{
border-color: #CDE5BE;
}
</style>