Shades of Tea Green #DCFFB8
Tints of Tea Green #DCFFB8
RGB
CMYK
RGB Variations
Color information
#DCFFB8 (or 0xDCFFB8) is known color: Tea Green. HEX triplet: DC, FF and B8. RGB value is (220,255,184). Sum of RGB (Red+Green+Blue) = 220+255+184=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 184 (72.27% from 255 or 27.92% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFB8 is #230047. Grayscale: #ECECEC. Windows color (decimal): -2293832 or 12124124. OLE color: 12124124.
HSL color Cylindrical-coordinate representation of color #DCFFB8: hue angle of 89.58º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCFFB8 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 184 | - |
| CMYK | 0.14 | 0 | 0.28 | 0 |
| HSL | 89.58º | 1% | 0.86% | - |
| HSV(B) | 89.58º | 0.28% | 1% | - |
| XYZ | 73.93 | 90.2 | 58.86 | - |
| YUV | 236.44 | 98.4 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 184 | 0.14 | 0 | 0.28 | 0 | 89.58 | 1 | 0.86 |
| Hex | DC | FF | B8 | E | 0 | 1C | 0 | 5A | 64 | 56 |
| Octal | 334 | 377 | 270 | 16 | 0 | 34 | 0 | 132 | 144 | 126 |
| Binary | 11011100 | 11111111 | 10111000 | 1110 | 0 | 11100 | 0 | 1011010 | 1100100 | 1010110 |
Color Harmonies of #DCFFB8
Complementary color
Monochromatic Colors of #DCFFB8
Black with #DCFFB8
Text Example
Text Example
White with #DCFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFB8; }
p { color: rgb(220,255,184); }
H1.HeaderClassName
{
color: #DCFFB8;
}
.AnyTagClassName
{
color: #DCFFB8;
}
</style>
background-color css
<style>
a { background-color: #DCFFB8; }
a { background-color: rgb(220,255,184); }
div.DivClassName
{
background-color: #DCFFB8;
}
.BgClassName
{
background-color: #DCFFB8;
}
</style>
border-color css
<style>
span { border-color: #DCFFB8; }
span { border-color: rgb(220,255,184); }
td.TdClassName
{
border-color: #DCFFB8;
}
.TagClassName
{
border-color: #DCFFB8;
}
</style>