Shades of Tea Green #CDEDC5
Tints of Tea Green #CDEDC5
RGB
CMYK
RGB Variations
Color information
#CDEDC5 (or 0xCDEDC5) is known color: Tea Green. HEX triplet: CD, ED and C5. RGB value is (205,237,197). Sum of RGB (Red+Green+Blue) = 205+237+197=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDC5 is #32123A. Grayscale: #DFDFDF. Windows color (decimal): -3281467 or 12971469. OLE color: 12971469.
HSL color Cylindrical-coordinate representation of color #CDEDC5: hue angle of 108º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDEDC5 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 237 | 197 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.07 |
| HSL | 108º | 0.53% | 0.85% | - |
| HSV(B) | 108º | 0.17% | 0.93% | - |
| XYZ | 65.54 | 77.58 | 64.34 | - |
| YUV | 222.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 237 | 197 | 0.14 | 0 | 0.17 | 0.07 | 108 | 0.53 | 0.85 |
| Hex | CD | ED | C5 | E | 0 | 11 | 7 | 6C | 35 | 55 |
| Octal | 315 | 355 | 305 | 16 | 0 | 21 | 7 | 154 | 65 | 125 |
| Binary | 11001101 | 11101101 | 11000101 | 1110 | 0 | 10001 | 111 | 1101100 | 110101 | 1010101 |
Color Harmonies of #CDEDC5
Complementary color
Monochromatic Colors of #CDEDC5
Black with #CDEDC5
Text Example
Text Example
White with #CDEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDC5; }
p { color: rgb(205,237,197); }
H1.HeaderClassName
{
color: #CDEDC5;
}
.AnyTagClassName
{
color: #CDEDC5;
}
</style>
background-color css
<style>
a { background-color: #CDEDC5; }
a { background-color: rgb(205,237,197); }
div.DivClassName
{
background-color: #CDEDC5;
}
.BgClassName
{
background-color: #CDEDC5;
}
</style>
border-color css
<style>
span { border-color: #CDEDC5; }
span { border-color: rgb(205,237,197); }
td.TdClassName
{
border-color: #CDEDC5;
}
.TagClassName
{
border-color: #CDEDC5;
}
</style>