Shades of Tea Green #D2FAC4
Tints of Tea Green #D2FAC4
RGB
CMYK
RGB Variations
Color information
#D2FAC4 (or 0xD2FAC4) is known color: Tea Green. HEX triplet: D2, FA and C4. RGB value is (210,250,196). Sum of RGB (Red+Green+Blue) = 210+250+196=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FAC4 is #2D053B. Grayscale: #E8E8E8. Windows color (decimal): -2950460 or 12909266. OLE color: 12909266.
HSL color Cylindrical-coordinate representation of color #D2FAC4: hue angle of 104.44º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2FAC4 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 250 | 196 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.02 |
| HSL | 104.44º | 0.84% | 0.87% | - |
| HSV(B) | 104.44º | 0.22% | 0.98% | - |
| XYZ | 70.73 | 86.06 | 65.11 | - |
| YUV | 231.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 250 | 196 | 0.16 | 0 | 0.22 | 0.02 | 104.44 | 0.84 | 0.87 |
| Hex | D2 | FA | C4 | 10 | 0 | 16 | 2 | 68 | 54 | 57 |
| Octal | 322 | 372 | 304 | 20 | 0 | 26 | 2 | 150 | 124 | 127 |
| Binary | 11010010 | 11111010 | 11000100 | 10000 | 0 | 10110 | 10 | 1101000 | 1010100 | 1010111 |
Color Harmonies of #D2FAC4
Complementary color
Monochromatic Colors of #D2FAC4
Black with #D2FAC4
Text Example
Text Example
White with #D2FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FAC4; }
p { color: rgb(210,250,196); }
H1.HeaderClassName
{
color: #D2FAC4;
}
.AnyTagClassName
{
color: #D2FAC4;
}
</style>
background-color css
<style>
a { background-color: #D2FAC4; }
a { background-color: rgb(210,250,196); }
div.DivClassName
{
background-color: #D2FAC4;
}
.BgClassName
{
background-color: #D2FAC4;
}
</style>
border-color css
<style>
span { border-color: #D2FAC4; }
span { border-color: rgb(210,250,196); }
td.TdClassName
{
border-color: #D2FAC4;
}
.TagClassName
{
border-color: #D2FAC4;
}
</style>