Shades of Tea Green #CDECC5
Tints of Tea Green #CDECC5
RGB
CMYK
RGB Variations
Color information
#CDECC5 (or 0xCDECC5) is known color: Tea Green. HEX triplet: CD, EC and C5. RGB value is (205,236,197). Sum of RGB (Red+Green+Blue) = 205+236+197=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECC5 is #32133A. Grayscale: #DEDEDE. Windows color (decimal): -3281723 or 12971213. OLE color: 12971213.
HSL color Cylindrical-coordinate representation of color #CDECC5: hue angle of 107.69º degrees, saturation: 0.51, 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 #CDECC5 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 197 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.07 |
| HSL | 107.69º | 0.51% | 0.85% | - |
| HSV(B) | 107.69º | 0.17% | 0.93% | - |
| XYZ | 65.25 | 77 | 64.25 | - |
| YUV | 222.29 | 113.73 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 197 | 0.13 | 0 | 0.17 | 0.07 | 107.69 | 0.51 | 0.85 |
| Hex | CD | EC | C5 | D | 0 | 11 | 7 | 6C | 33 | 55 |
| Octal | 315 | 354 | 305 | 15 | 0 | 21 | 7 | 154 | 63 | 125 |
| Binary | 11001101 | 11101100 | 11000101 | 1101 | 0 | 10001 | 111 | 1101100 | 110011 | 1010101 |
Color Harmonies of #CDECC5
Complementary color
Monochromatic Colors of #CDECC5
Black with #CDECC5
Text Example
Text Example
White with #CDECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECC5; }
p { color: rgb(205,236,197); }
H1.HeaderClassName
{
color: #CDECC5;
}
.AnyTagClassName
{
color: #CDECC5;
}
</style>
background-color css
<style>
a { background-color: #CDECC5; }
a { background-color: rgb(205,236,197); }
div.DivClassName
{
background-color: #CDECC5;
}
.BgClassName
{
background-color: #CDECC5;
}
</style>
border-color css
<style>
span { border-color: #CDECC5; }
span { border-color: rgb(205,236,197); }
td.TdClassName
{
border-color: #CDECC5;
}
.TagClassName
{
border-color: #CDECC5;
}
</style>