Shades of Tea Green #CDEBC3
Tints of Tea Green #CDEBC3
RGB
CMYK
RGB Variations
Color information
#CDEBC3 (or 0xCDEBC3) is known color: Tea Green. HEX triplet: CD, EB and C3. RGB value is (205,235,195). Sum of RGB (Red+Green+Blue) = 205+235+195=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBC3 is #32143C. Grayscale: #DDDDDD. Windows color (decimal): -3281981 or 12839885. OLE color: 12839885.
HSL color Cylindrical-coordinate representation of color #CDEBC3: hue angle of 105º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDEBC3 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 195 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.08 |
| HSL | 105º | 0.5% | 0.84% | - |
| HSV(B) | 105º | 0.17% | 0.92% | - |
| XYZ | 64.74 | 76.34 | 62.95 | - |
| YUV | 221.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 195 | 0.13 | 0 | 0.17 | 0.08 | 105 | 0.5 | 0.84 |
| Hex | CD | EB | C3 | D | 0 | 11 | 8 | 69 | 32 | 54 |
| Octal | 315 | 353 | 303 | 15 | 0 | 21 | 10 | 151 | 62 | 124 |
| Binary | 11001101 | 11101011 | 11000011 | 1101 | 0 | 10001 | 1000 | 1101001 | 110010 | 1010100 |
Color Harmonies of #CDEBC3
Complementary color
Monochromatic Colors of #CDEBC3
Black with #CDEBC3
Text Example
Text Example
White with #CDEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBC3; }
p { color: rgb(205,235,195); }
H1.HeaderClassName
{
color: #CDEBC3;
}
.AnyTagClassName
{
color: #CDEBC3;
}
</style>
background-color css
<style>
a { background-color: #CDEBC3; }
a { background-color: rgb(205,235,195); }
div.DivClassName
{
background-color: #CDEBC3;
}
.BgClassName
{
background-color: #CDEBC3;
}
</style>
border-color css
<style>
span { border-color: #CDEBC3; }
span { border-color: rgb(205,235,195); }
td.TdClassName
{
border-color: #CDEBC3;
}
.TagClassName
{
border-color: #CDEBC3;
}
</style>