Shades of Tea Green #CDE6BE
Tints of Tea Green #CDE6BE
RGB
CMYK
RGB Variations
Color information
#CDE6BE (or 0xCDE6BE) is known color: Tea Green. HEX triplet: CD, E6 and BE. RGB value is (205,230,190). Sum of RGB (Red+Green+Blue) = 205+230+190=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6BE is #321941. Grayscale: #DADADA. Windows color (decimal): -3283266 or 12510925. OLE color: 12510925.
HSL color Cylindrical-coordinate representation of color #CDE6BE: hue angle of 97.5º degrees, saturation: 0.44, 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 #CDE6BE is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 190 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.10 |
| HSL | 97.5º | 0.44% | 0.82% | - |
| HSV(B) | 97.5º | 0.17% | 0.9% | - |
| XYZ | 62.77 | 73.29 | 59.55 | - |
| YUV | 217.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 190 | 0.11 | 0 | 0.17 | 0.10 | 97.5 | 0.44 | 0.82 |
| Hex | CD | E6 | BE | B | 0 | 11 | A | 62 | 2C | 52 |
| Octal | 315 | 346 | 276 | 13 | 0 | 21 | 12 | 142 | 54 | 122 |
| Binary | 11001101 | 11100110 | 10111110 | 1011 | 0 | 10001 | 1010 | 1100010 | 101100 | 1010010 |
Color Harmonies of #CDE6BE
Complementary color
Monochromatic Colors of #CDE6BE
Black with #CDE6BE
Text Example
Text Example
White with #CDE6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6BE; }
p { color: rgb(205,230,190); }
H1.HeaderClassName
{
color: #CDE6BE;
}
.AnyTagClassName
{
color: #CDE6BE;
}
</style>
background-color css
<style>
a { background-color: #CDE6BE; }
a { background-color: rgb(205,230,190); }
div.DivClassName
{
background-color: #CDE6BE;
}
.BgClassName
{
background-color: #CDE6BE;
}
</style>
border-color css
<style>
span { border-color: #CDE6BE; }
span { border-color: rgb(205,230,190); }
td.TdClassName
{
border-color: #CDE6BE;
}
.TagClassName
{
border-color: #CDE6BE;
}
</style>