Shades of Tea Green #D0F1C3
Tints of Tea Green #D0F1C3
RGB
CMYK
RGB Variations
Color information
#D0F1C3 (or 0xD0F1C3) is known color: Tea Green. HEX triplet: D0, F1 and C3. RGB value is (208,241,195). Sum of RGB (Red+Green+Blue) = 208+241+195=644 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.30% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 195 (76.56% from 255 or 30.28% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1C3 is #2F0E3C. Grayscale: #E2E2E2. Windows color (decimal): -3083837 or 12841424. OLE color: 12841424.
HSL color Cylindrical-coordinate representation of color #D0F1C3: hue angle of 103.04º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0F1C3 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 241 | 195 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.05 |
| HSL | 103.04º | 0.62% | 0.85% | - |
| HSV(B) | 103.04º | 0.19% | 0.95% | - |
| XYZ | 67.32 | 80.26 | 63.57 | - |
| YUV | 225.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 241 | 195 | 0.14 | 0 | 0.19 | 0.05 | 103.04 | 0.62 | 0.85 |
| Hex | D0 | F1 | C3 | E | 0 | 13 | 5 | 67 | 3E | 55 |
| Octal | 320 | 361 | 303 | 16 | 0 | 23 | 5 | 147 | 76 | 125 |
| Binary | 11010000 | 11110001 | 11000011 | 1110 | 0 | 10011 | 101 | 1100111 | 111110 | 1010101 |
Color Harmonies of #D0F1C3
Complementary color
Monochromatic Colors of #D0F1C3
Black with #D0F1C3
Text Example
Text Example
White with #D0F1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F1C3; }
p { color: rgb(208,241,195); }
H1.HeaderClassName
{
color: #D0F1C3;
}
.AnyTagClassName
{
color: #D0F1C3;
}
</style>
background-color css
<style>
a { background-color: #D0F1C3; }
a { background-color: rgb(208,241,195); }
div.DivClassName
{
background-color: #D0F1C3;
}
.BgClassName
{
background-color: #D0F1C3;
}
</style>
border-color css
<style>
span { border-color: #D0F1C3; }
span { border-color: rgb(208,241,195); }
td.TdClassName
{
border-color: #D0F1C3;
}
.TagClassName
{
border-color: #D0F1C3;
}
</style>