Shades of Tea Green #D0F3C5
Tints of Tea Green #D0F3C5
RGB
CMYK
RGB Variations
Color information
#D0F3C5 (or 0xD0F3C5) is known color: Tea Green. HEX triplet: D0, F3 and C5. RGB value is (208,243,197). Sum of RGB (Red+Green+Blue) = 208+243+197=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 243 (95.31% from 255 or 37.5% from 648); Blue value is 197 (77.34% from 255 or 30.40% from 648); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F3C5 is #2F0C3A. Grayscale: #E3E3E3. Windows color (decimal): -3083323 or 12973008. OLE color: 12973008.
HSL color Cylindrical-coordinate representation of color #D0F3C5: hue angle of 105.65º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0F3C5 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 197 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.05 |
| HSL | 105.65º | 0.66% | 0.86% | - |
| HSV(B) | 105.65º | 0.19% | 0.95% | - |
| XYZ | 68.14 | 81.54 | 64.97 | - |
| YUV | 227.29 | 110.9 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 197 | 0.14 | 0 | 0.19 | 0.05 | 105.65 | 0.66 | 0.86 |
| Hex | D0 | F3 | C5 | E | 0 | 13 | 5 | 6A | 42 | 56 |
| Octal | 320 | 363 | 305 | 16 | 0 | 23 | 5 | 152 | 102 | 126 |
| Binary | 11010000 | 11110011 | 11000101 | 1110 | 0 | 10011 | 101 | 1101010 | 1000010 | 1010110 |
Color Harmonies of #D0F3C5
Complementary color
Monochromatic Colors of #D0F3C5
Black with #D0F3C5
Text Example
Text Example
White with #D0F3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F3C5; }
p { color: rgb(208,243,197); }
H1.HeaderClassName
{
color: #D0F3C5;
}
.AnyTagClassName
{
color: #D0F3C5;
}
</style>
background-color css
<style>
a { background-color: #D0F3C5; }
a { background-color: rgb(208,243,197); }
div.DivClassName
{
background-color: #D0F3C5;
}
.BgClassName
{
background-color: #D0F3C5;
}
</style>
border-color css
<style>
span { border-color: #D0F3C5; }
span { border-color: rgb(208,243,197); }
td.TdClassName
{
border-color: #D0F3C5;
}
.TagClassName
{
border-color: #D0F3C5;
}
</style>