Shades of Tea Green #CDEBBD
Tints of Tea Green #CDEBBD
RGB
CMYK
RGB Variations
Color information
#CDEBBD (or 0xCDEBBD) is known color: Tea Green. HEX triplet: CD, EB and BD. RGB value is (205,235,189). Sum of RGB (Red+Green+Blue) = 205+235+189=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBBD is #321442. Grayscale: #DCDCDC. Windows color (decimal): -3281987 or 12446669. OLE color: 12446669.
HSL color Cylindrical-coordinate representation of color #CDEBBD: hue angle of 99.13º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDEBBD is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 189 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.08 |
| HSL | 99.13º | 0.53% | 0.83% | - |
| HSV(B) | 99.13º | 0.2% | 0.92% | - |
| XYZ | 64.07 | 76.07 | 59.45 | - |
| YUV | 220.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 189 | 0.13 | 0 | 0.20 | 0.08 | 99.13 | 0.53 | 0.83 |
| Hex | CD | EB | BD | D | 0 | 14 | 8 | 63 | 35 | 53 |
| Octal | 315 | 353 | 275 | 15 | 0 | 24 | 10 | 143 | 65 | 123 |
| Binary | 11001101 | 11101011 | 10111101 | 1101 | 0 | 10100 | 1000 | 1100011 | 110101 | 1010011 |
Color Harmonies of #CDEBBD
Complementary color
Monochromatic Colors of #CDEBBD
Black with #CDEBBD
Text Example
Text Example
White with #CDEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBBD; }
p { color: rgb(205,235,189); }
H1.HeaderClassName
{
color: #CDEBBD;
}
.AnyTagClassName
{
color: #CDEBBD;
}
</style>
background-color css
<style>
a { background-color: #CDEBBD; }
a { background-color: rgb(205,235,189); }
div.DivClassName
{
background-color: #CDEBBD;
}
.BgClassName
{
background-color: #CDEBBD;
}
</style>
border-color css
<style>
span { border-color: #CDEBBD; }
span { border-color: rgb(205,235,189); }
td.TdClassName
{
border-color: #CDEBBD;
}
.TagClassName
{
border-color: #CDEBBD;
}
</style>