Shades of Tea Green #CDEBB8
Tints of Tea Green #CDEBB8
RGB
CMYK
RGB Variations
Color information
#CDEBB8 (or 0xCDEBB8) is known color: Tea Green. HEX triplet: CD, EB and B8. RGB value is (205,235,184). Sum of RGB (Red+Green+Blue) = 205+235+184=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 184 (72.27% from 255 or 29.49% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBB8 is #321447. Grayscale: #DCDCDC. Windows color (decimal): -3281992 or 12118989. OLE color: 12118989.
HSL color Cylindrical-coordinate representation of color #CDEBB8: hue angle of 95.29º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDEBB8 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 184 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.08 |
| HSL | 95.29º | 0.56% | 0.82% | - |
| HSV(B) | 95.29º | 0.22% | 0.92% | - |
| XYZ | 63.54 | 75.86 | 56.64 | - |
| YUV | 220.22 | 107.56 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 184 | 0.13 | 0 | 0.22 | 0.08 | 95.29 | 0.56 | 0.82 |
| Hex | CD | EB | B8 | D | 0 | 16 | 8 | 5F | 38 | 52 |
| Octal | 315 | 353 | 270 | 15 | 0 | 26 | 10 | 137 | 70 | 122 |
| Binary | 11001101 | 11101011 | 10111000 | 1101 | 0 | 10110 | 1000 | 1011111 | 111000 | 1010010 |
Color Harmonies of #CDEBB8
Complementary color
Monochromatic Colors of #CDEBB8
Black with #CDEBB8
Text Example
Text Example
White with #CDEBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBB8; }
p { color: rgb(205,235,184); }
H1.HeaderClassName
{
color: #CDEBB8;
}
.AnyTagClassName
{
color: #CDEBB8;
}
</style>
background-color css
<style>
a { background-color: #CDEBB8; }
a { background-color: rgb(205,235,184); }
div.DivClassName
{
background-color: #CDEBB8;
}
.BgClassName
{
background-color: #CDEBB8;
}
</style>
border-color css
<style>
span { border-color: #CDEBB8; }
span { border-color: rgb(205,235,184); }
td.TdClassName
{
border-color: #CDEBB8;
}
.TagClassName
{
border-color: #CDEBB8;
}
</style>