Shades of Tea Green #CDEBB9
Tints of Tea Green #CDEBB9
RGB
CMYK
RGB Variations
Color information
#CDEBB9 (or 0xCDEBB9) is known color: Tea Green. HEX triplet: CD, EB and B9. RGB value is (205,235,185). Sum of RGB (Red+Green+Blue) = 205+235+185=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBB9 is #321446. Grayscale: #DCDCDC. Windows color (decimal): -3281991 or 12184525. OLE color: 12184525.
HSL color Cylindrical-coordinate representation of color #CDEBB9: hue angle of 96º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDEBB9 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 185 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.08 |
| HSL | 96º | 0.56% | 0.82% | - |
| HSV(B) | 96º | 0.21% | 0.92% | - |
| XYZ | 63.64 | 75.9 | 57.19 | - |
| YUV | 220.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 185 | 0.13 | 0 | 0.21 | 0.08 | 96 | 0.56 | 0.82 |
| Hex | CD | EB | B9 | D | 0 | 15 | 8 | 60 | 38 | 52 |
| Octal | 315 | 353 | 271 | 15 | 0 | 25 | 10 | 140 | 70 | 122 |
| Binary | 11001101 | 11101011 | 10111001 | 1101 | 0 | 10101 | 1000 | 1100000 | 111000 | 1010010 |
Color Harmonies of #CDEBB9
Complementary color
Monochromatic Colors of #CDEBB9
Black with #CDEBB9
Text Example
Text Example
White with #CDEBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBB9; }
p { color: rgb(205,235,185); }
H1.HeaderClassName
{
color: #CDEBB9;
}
.AnyTagClassName
{
color: #CDEBB9;
}
</style>
background-color css
<style>
a { background-color: #CDEBB9; }
a { background-color: rgb(205,235,185); }
div.DivClassName
{
background-color: #CDEBB9;
}
.BgClassName
{
background-color: #CDEBB9;
}
</style>
border-color css
<style>
span { border-color: #CDEBB9; }
span { border-color: rgb(205,235,185); }
td.TdClassName
{
border-color: #CDEBB9;
}
.TagClassName
{
border-color: #CDEBB9;
}
</style>