Shades of Tea Green #CDECC1
Tints of Tea Green #CDECC1
RGB
CMYK
RGB Variations
Color information
#CDECC1 (or 0xCDECC1) is known color: Tea Green. HEX triplet: CD, EC and C1. RGB value is (205,236,193). Sum of RGB (Red+Green+Blue) = 205+236+193=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECC1 is #32133E. Grayscale: #DDDDDD. Windows color (decimal): -3281727 or 12709069. OLE color: 12709069.
HSL color Cylindrical-coordinate representation of color #CDECC1: hue angle of 103.26º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDECC1 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 193 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.07 |
| HSL | 103.26º | 0.53% | 0.84% | - |
| HSV(B) | 103.26º | 0.18% | 0.93% | - |
| XYZ | 64.8 | 76.82 | 61.86 | - |
| YUV | 221.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 193 | 0.13 | 0 | 0.18 | 0.07 | 103.26 | 0.53 | 0.84 |
| Hex | CD | EC | C1 | D | 0 | 12 | 7 | 67 | 35 | 54 |
| Octal | 315 | 354 | 301 | 15 | 0 | 22 | 7 | 147 | 65 | 124 |
| Binary | 11001101 | 11101100 | 11000001 | 1101 | 0 | 10010 | 111 | 1100111 | 110101 | 1010100 |
Color Harmonies of #CDECC1
Complementary color
Monochromatic Colors of #CDECC1
Black with #CDECC1
Text Example
Text Example
White with #CDECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECC1; }
p { color: rgb(205,236,193); }
H1.HeaderClassName
{
color: #CDECC1;
}
.AnyTagClassName
{
color: #CDECC1;
}
</style>
background-color css
<style>
a { background-color: #CDECC1; }
a { background-color: rgb(205,236,193); }
div.DivClassName
{
background-color: #CDECC1;
}
.BgClassName
{
background-color: #CDECC1;
}
</style>
border-color css
<style>
span { border-color: #CDECC1; }
span { border-color: rgb(205,236,193); }
td.TdClassName
{
border-color: #CDECC1;
}
.TagClassName
{
border-color: #CDECC1;
}
</style>