Shades of Tea Green #DCFBBF
Tints of Tea Green #DCFBBF
RGB
CMYK
RGB Variations
Color information
#DCFBBF (or 0xDCFBBF) is known color: Tea Green. HEX triplet: DC, FB and BF. RGB value is (220,251,191). Sum of RGB (Red+Green+Blue) = 220+251+191=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 191 (75% from 255 or 28.85% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBBF is #230440. Grayscale: #EBEBEB. Windows color (decimal): -2294849 or 12581852. OLE color: 12581852.
HSL color Cylindrical-coordinate representation of color #DCFBBF: hue angle of 91º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCFBBF is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 191 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.02 |
| HSL | 91º | 0.88% | 0.87% | - |
| HSV(B) | 91º | 0.24% | 0.98% | - |
| XYZ | 73.42 | 87.97 | 62.4 | - |
| YUV | 234.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 191 | 0.12 | 0 | 0.24 | 0.02 | 91 | 0.88 | 0.87 |
| Hex | DC | FB | BF | C | 0 | 18 | 2 | 5B | 58 | 57 |
| Octal | 334 | 373 | 277 | 14 | 0 | 30 | 2 | 133 | 130 | 127 |
| Binary | 11011100 | 11111011 | 10111111 | 1100 | 0 | 11000 | 10 | 1011011 | 1011000 | 1010111 |
Color Harmonies of #DCFBBF
Complementary color
Monochromatic Colors of #DCFBBF
Black with #DCFBBF
Text Example
Text Example
White with #DCFBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBBF; }
p { color: rgb(220,251,191); }
H1.HeaderClassName
{
color: #DCFBBF;
}
.AnyTagClassName
{
color: #DCFBBF;
}
</style>
background-color css
<style>
a { background-color: #DCFBBF; }
a { background-color: rgb(220,251,191); }
div.DivClassName
{
background-color: #DCFBBF;
}
.BgClassName
{
background-color: #DCFBBF;
}
</style>
border-color css
<style>
span { border-color: #DCFBBF; }
span { border-color: rgb(220,251,191); }
td.TdClassName
{
border-color: #DCFBBF;
}
.TagClassName
{
border-color: #DCFBBF;
}
</style>