Shades of Tea Green #DEF9C2
Tints of Tea Green #DEF9C2
RGB
CMYK
RGB Variations
Color information
#DEF9C2 (or 0xDEF9C2) is known color: Tea Green. HEX triplet: DE, F9 and C2. RGB value is (222,249,194). Sum of RGB (Red+Green+Blue) = 222+249+194=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 194 (76.17% from 255 or 29.17% from 665); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF9C2 is #21063D. Grayscale: #EAEAEA. Windows color (decimal): -2164286 or 12777950. OLE color: 12777950.
HSL color Cylindrical-coordinate representation of color #DEF9C2: hue angle of 89.45º degrees, saturation: 0.82, 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 #DEF9C2 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
RGB | 222 | 249 | 194 | - |
CMYK | 0.11 | 0 | 0.22 | 0.02 |
HSL | 89.45º | 0.82% | 0.87% | - |
HSV(B) | 89.45º | 0.22% | 0.98% | - |
XYZ | 73.74 | 87.18 | 63.98 | - |
YUV | 234.66 | 105.05 | 118.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 249 | 194 | 0.11 | 0 | 0.22 | 0.02 | 89.45 | 0.82 | 0.87 |
Hex | DE | F9 | C2 | B | 0 | 16 | 2 | 59 | 52 | 57 |
Octal | 336 | 371 | 302 | 13 | 0 | 26 | 2 | 131 | 122 | 127 |
Binary | 11011110 | 11111001 | 11000010 | 1011 | 0 | 10110 | 10 | 1011001 | 1010010 | 1010111 |
Color Harmonies of #DEF9C2
Complementary color
Monochromatic Colors of #DEF9C2
Black with #DEF9C2
Text Example
Text Example
White with #DEF9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF9C2; }
p { color: rgb(222,249,194); }
H1.HeaderClassName
{
color: #DEF9C2;
}
.AnyTagClassName
{
color: #DEF9C2;
}
</style>
background-color css
<style>
a { background-color: #DEF9C2; }
a { background-color: rgb(222,249,194); }
div.DivClassName
{
background-color: #DEF9C2;
}
.BgClassName
{
background-color: #DEF9C2;
}
</style>
border-color css
<style>
span { border-color: #DEF9C2; }
span { border-color: rgb(222,249,194); }
td.TdClassName
{
border-color: #DEF9C2;
}
.TagClassName
{
border-color: #DEF9C2;
}
</style>