Shades of Tea Green #CDE6B4
Tints of Tea Green #CDE6B4
RGB
CMYK
RGB Variations
Color information
#CDE6B4 (or 0xCDE6B4) is known color: Tea Green. HEX triplet: CD, E6 and B4. RGB value is (205,230,180). Sum of RGB (Red+Green+Blue) = 205+230+180=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6B4 is #32194B. Grayscale: #D9D9D9. Windows color (decimal): -3283276 or 11855565. OLE color: 11855565.
HSL color Cylindrical-coordinate representation of color #CDE6B4: hue angle of 90º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDE6B4 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 180 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.10 |
| HSL | 90º | 0.5% | 0.8% | - |
| HSV(B) | 90º | 0.22% | 0.9% | - |
| XYZ | 61.71 | 72.87 | 53.99 | - |
| YUV | 216.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 180 | 0.11 | 0 | 0.22 | 0.10 | 90 | 0.5 | 0.8 |
| Hex | CD | E6 | B4 | B | 0 | 16 | A | 5A | 32 | 50 |
| Octal | 315 | 346 | 264 | 13 | 0 | 26 | 12 | 132 | 62 | 120 |
| Binary | 11001101 | 11100110 | 10110100 | 1011 | 0 | 10110 | 1010 | 1011010 | 110010 | 1010000 |
Color Harmonies of #CDE6B4
Complementary color
Monochromatic Colors of #CDE6B4
Black with #CDE6B4
Text Example
Text Example
White with #CDE6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6B4; }
p { color: rgb(205,230,180); }
H1.HeaderClassName
{
color: #CDE6B4;
}
.AnyTagClassName
{
color: #CDE6B4;
}
</style>
background-color css
<style>
a { background-color: #CDE6B4; }
a { background-color: rgb(205,230,180); }
div.DivClassName
{
background-color: #CDE6B4;
}
.BgClassName
{
background-color: #CDE6B4;
}
</style>
border-color css
<style>
span { border-color: #CDE6B4; }
span { border-color: rgb(205,230,180); }
td.TdClassName
{
border-color: #CDE6B4;
}
.TagClassName
{
border-color: #CDE6B4;
}
</style>