Shades of Tea Green #D0F3B2
Tints of Tea Green #D0F3B2
RGB
CMYK
RGB Variations
Color information
#D0F3B2 (or 0xD0F3B2) is known color: Tea Green. HEX triplet: D0, F3 and B2. RGB value is (208,243,178). Sum of RGB (Red+Green+Blue) = 208+243+178=629 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.07% from 629); Green value is 243 (95.31% from 255 or 38.63% from 629); Blue value is 178 (69.92% from 255 or 28.30% from 629); Max value from RGB is 243 - color contains mainly: green. Hex color #D0F3B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F3B2 is #2F0C4D. Grayscale: #E1E1E1. Windows color (decimal): -3083342 or 11727824. OLE color: 11727824.
HSL color Cylindrical-coordinate representation of color #D0F3B2: hue angle of 92.31º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0F3B2 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 243 | 178 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.05 |
| HSL | 92.31º | 0.73% | 0.83% | - |
| HSV(B) | 92.31º | 0.27% | 0.95% | - |
| XYZ | 66.1 | 80.73 | 54.22 | - |
| YUV | 225.13 | 101.4 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 243 | 178 | 0.14 | 0 | 0.27 | 0.05 | 92.31 | 0.73 | 0.83 |
| Hex | D0 | F3 | B2 | E | 0 | 1B | 5 | 5C | 49 | 53 |
| Octal | 320 | 363 | 262 | 16 | 0 | 33 | 5 | 134 | 111 | 123 |
| Binary | 11010000 | 11110011 | 10110010 | 1110 | 0 | 11011 | 101 | 1011100 | 1001001 | 1010011 |
Color Harmonies of #D0F3B2
Complementary color
Monochromatic Colors of #D0F3B2
Black with #D0F3B2
Text Example
Text Example
White with #D0F3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F3B2; }
p { color: rgb(208,243,178); }
H1.HeaderClassName
{
color: #D0F3B2;
}
.AnyTagClassName
{
color: #D0F3B2;
}
</style>
background-color css
<style>
a { background-color: #D0F3B2; }
a { background-color: rgb(208,243,178); }
div.DivClassName
{
background-color: #D0F3B2;
}
.BgClassName
{
background-color: #D0F3B2;
}
</style>
border-color css
<style>
span { border-color: #D0F3B2; }
span { border-color: rgb(208,243,178); }
td.TdClassName
{
border-color: #D0F3B2;
}
.TagClassName
{
border-color: #D0F3B2;
}
</style>