Shades of Tea Green #CDE6B3
Tints of Tea Green #CDE6B3
RGB
CMYK
RGB Variations
Color information
#CDE6B3 (or 0xCDE6B3) is known color: Tea Green. HEX triplet: CD, E6 and B3. RGB value is (205,230,179). Sum of RGB (Red+Green+Blue) = 205+230+179=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 179 (70.31% from 255 or 29.15% from 614); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6B3 is #32194C. Grayscale: #D8D8D8. Windows color (decimal): -3283277 or 11790029. OLE color: 11790029.
HSL color Cylindrical-coordinate representation of color #CDE6B3: hue angle of 89.41º 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 #CDE6B3 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 179 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.10 |
| HSL | 89.41º | 0.5% | 0.8% | - |
| HSV(B) | 89.41º | 0.22% | 0.9% | - |
| XYZ | 61.61 | 72.83 | 53.46 | - |
| YUV | 216.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 179 | 0.11 | 0 | 0.22 | 0.10 | 89.41 | 0.5 | 0.8 |
| Hex | CD | E6 | B3 | B | 0 | 16 | A | 59 | 32 | 50 |
| Octal | 315 | 346 | 263 | 13 | 0 | 26 | 12 | 131 | 62 | 120 |
| Binary | 11001101 | 11100110 | 10110011 | 1011 | 0 | 10110 | 1010 | 1011001 | 110010 | 1010000 |
Color Harmonies of #CDE6B3
Complementary color
Monochromatic Colors of #CDE6B3
Black with #CDE6B3
Text Example
Text Example
White with #CDE6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6B3; }
p { color: rgb(205,230,179); }
H1.HeaderClassName
{
color: #CDE6B3;
}
.AnyTagClassName
{
color: #CDE6B3;
}
</style>
background-color css
<style>
a { background-color: #CDE6B3; }
a { background-color: rgb(205,230,179); }
div.DivClassName
{
background-color: #CDE6B3;
}
.BgClassName
{
background-color: #CDE6B3;
}
</style>
border-color css
<style>
span { border-color: #CDE6B3; }
span { border-color: rgb(205,230,179); }
td.TdClassName
{
border-color: #CDE6B3;
}
.TagClassName
{
border-color: #CDE6B3;
}
</style>