Shades of Tea Green #CDEBC4
Tints of Tea Green #CDEBC4
RGB
CMYK
RGB Variations
Color information
#CDEBC4 (or 0xCDEBC4) is known color: Tea Green. HEX triplet: CD, EB and C4. RGB value is (205,235,196). Sum of RGB (Red+Green+Blue) = 205+235+196=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBC4 is #32143B. Grayscale: #DDDDDD. Windows color (decimal): -3281980 or 12905421. OLE color: 12905421.
HSL color Cylindrical-coordinate representation of color #CDEBC4: hue angle of 106.15º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDEBC4 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 196 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.08 |
| HSL | 106.15º | 0.49% | 0.85% | - |
| HSV(B) | 106.15º | 0.17% | 0.92% | - |
| XYZ | 64.85 | 76.38 | 63.55 | - |
| YUV | 221.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 196 | 0.13 | 0 | 0.17 | 0.08 | 106.15 | 0.49 | 0.85 |
| Hex | CD | EB | C4 | D | 0 | 11 | 8 | 6A | 31 | 55 |
| Octal | 315 | 353 | 304 | 15 | 0 | 21 | 10 | 152 | 61 | 125 |
| Binary | 11001101 | 11101011 | 11000100 | 1101 | 0 | 10001 | 1000 | 1101010 | 110001 | 1010101 |
Color Harmonies of #CDEBC4
Complementary color
Monochromatic Colors of #CDEBC4
Black with #CDEBC4
Text Example
Text Example
White with #CDEBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBC4; }
p { color: rgb(205,235,196); }
H1.HeaderClassName
{
color: #CDEBC4;
}
.AnyTagClassName
{
color: #CDEBC4;
}
</style>
background-color css
<style>
a { background-color: #CDEBC4; }
a { background-color: rgb(205,235,196); }
div.DivClassName
{
background-color: #CDEBC4;
}
.BgClassName
{
background-color: #CDEBC4;
}
</style>
border-color css
<style>
span { border-color: #CDEBC4; }
span { border-color: rgb(205,235,196); }
td.TdClassName
{
border-color: #CDEBC4;
}
.TagClassName
{
border-color: #CDEBC4;
}
</style>