Shades of Tea Green #CDE8C2
Tints of Tea Green #CDE8C2
RGB
CMYK
RGB Variations
Color information
#CDE8C2 (or 0xCDE8C2) is known color: Tea Green. HEX triplet: CD, E8 and C2. RGB value is (205,232,194). Sum of RGB (Red+Green+Blue) = 205+232+194=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 232 (91.02% from 255 or 36.77% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8C2 is #32173D. Grayscale: #DBDBDB. Windows color (decimal): -3282750 or 12773581. OLE color: 12773581.
HSL color Cylindrical-coordinate representation of color #CDE8C2: hue angle of 102.63º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDE8C2 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 194 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.09 |
| HSL | 102.63º | 0.45% | 0.84% | - |
| HSV(B) | 102.63º | 0.16% | 0.91% | - |
| XYZ | 63.77 | 74.59 | 62.07 | - |
| YUV | 219.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 194 | 0.12 | 0 | 0.16 | 0.09 | 102.63 | 0.45 | 0.84 |
| Hex | CD | E8 | C2 | C | 0 | 10 | 9 | 67 | 2D | 54 |
| Octal | 315 | 350 | 302 | 14 | 0 | 20 | 11 | 147 | 55 | 124 |
| Binary | 11001101 | 11101000 | 11000010 | 1100 | 0 | 10000 | 1001 | 1100111 | 101101 | 1010100 |
Color Harmonies of #CDE8C2
Complementary color
Monochromatic Colors of #CDE8C2
Black with #CDE8C2
Text Example
Text Example
White with #CDE8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE8C2; }
p { color: rgb(205,232,194); }
H1.HeaderClassName
{
color: #CDE8C2;
}
.AnyTagClassName
{
color: #CDE8C2;
}
</style>
background-color css
<style>
a { background-color: #CDE8C2; }
a { background-color: rgb(205,232,194); }
div.DivClassName
{
background-color: #CDE8C2;
}
.BgClassName
{
background-color: #CDE8C2;
}
</style>
border-color css
<style>
span { border-color: #CDE8C2; }
span { border-color: rgb(205,232,194); }
td.TdClassName
{
border-color: #CDE8C2;
}
.TagClassName
{
border-color: #CDE8C2;
}
</style>