Shades of Tea Green #CDEDC0
Tints of Tea Green #CDEDC0
RGB
CMYK
RGB Variations
Color information
#CDEDC0 (or 0xCDEDC0) is known color: Tea Green. HEX triplet: CD, ED and C0. RGB value is (205,237,192). Sum of RGB (Red+Green+Blue) = 205+237+192=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDC0 is #32123F. Grayscale: #DEDEDE. Windows color (decimal): -3281472 or 12643789. OLE color: 12643789.
HSL color Cylindrical-coordinate representation of color #CDEDC0: hue angle of 102.67º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDEDC0 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 192 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.07 |
| HSL | 102.67º | 0.56% | 0.84% | - |
| HSV(B) | 102.67º | 0.19% | 0.93% | - |
| XYZ | 64.98 | 77.35 | 61.38 | - |
| YUV | 222.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 192 | 0.14 | 0 | 0.19 | 0.07 | 102.67 | 0.56 | 0.84 |
| Hex | CD | ED | C0 | E | 0 | 13 | 7 | 67 | 38 | 54 |
| Octal | 315 | 355 | 300 | 16 | 0 | 23 | 7 | 147 | 70 | 124 |
| Binary | 11001101 | 11101101 | 11000000 | 1110 | 0 | 10011 | 111 | 1100111 | 111000 | 1010100 |
Color Harmonies of #CDEDC0
Complementary color
Monochromatic Colors of #CDEDC0
Black with #CDEDC0
Text Example
Text Example
White with #CDEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDC0; }
p { color: rgb(205,237,192); }
H1.HeaderClassName
{
color: #CDEDC0;
}
.AnyTagClassName
{
color: #CDEDC0;
}
</style>
background-color css
<style>
a { background-color: #CDEDC0; }
a { background-color: rgb(205,237,192); }
div.DivClassName
{
background-color: #CDEDC0;
}
.BgClassName
{
background-color: #CDEDC0;
}
</style>
border-color css
<style>
span { border-color: #CDEDC0; }
span { border-color: rgb(205,237,192); }
td.TdClassName
{
border-color: #CDEDC0;
}
.TagClassName
{
border-color: #CDEDC0;
}
</style>