Shades of Tea Green #D0E6C3
Tints of Tea Green #D0E6C3
RGB
CMYK
RGB Variations
Color information
#D0E6C3 (or 0xD0E6C3) is known color: Tea Green. HEX triplet: D0, E6 and C3. RGB value is (208,230,195). Sum of RGB (Red+Green+Blue) = 208+230+195=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E6C3 is #2F193C. Grayscale: #DBDBDB. Windows color (decimal): -3086653 or 12838608. OLE color: 12838608.
HSL color Cylindrical-coordinate representation of color #D0E6C3: hue angle of 97.71º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0E6C3 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 195 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.10 |
| HSL | 97.71º | 0.41% | 0.83% | - |
| HSV(B) | 97.71º | 0.15% | 0.9% | - |
| XYZ | 64.16 | 73.94 | 62.52 | - |
| YUV | 219.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 195 | 0.10 | 0 | 0.15 | 0.10 | 97.71 | 0.41 | 0.83 |
| Hex | D0 | E6 | C3 | A | 0 | F | A | 62 | 29 | 53 |
| Octal | 320 | 346 | 303 | 12 | 0 | 17 | 12 | 142 | 51 | 123 |
| Binary | 11010000 | 11100110 | 11000011 | 1010 | 0 | 1111 | 1010 | 1100010 | 101001 | 1010011 |
Color Harmonies of #D0E6C3
Complementary color
Monochromatic Colors of #D0E6C3
Black with #D0E6C3
Text Example
Text Example
White with #D0E6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E6C3; }
p { color: rgb(208,230,195); }
H1.HeaderClassName
{
color: #D0E6C3;
}
.AnyTagClassName
{
color: #D0E6C3;
}
</style>
background-color css
<style>
a { background-color: #D0E6C3; }
a { background-color: rgb(208,230,195); }
div.DivClassName
{
background-color: #D0E6C3;
}
.BgClassName
{
background-color: #D0E6C3;
}
</style>
border-color css
<style>
span { border-color: #D0E6C3; }
span { border-color: rgb(208,230,195); }
td.TdClassName
{
border-color: #D0E6C3;
}
.TagClassName
{
border-color: #D0E6C3;
}
</style>