Shades of Tea Green #DCFBBC
Tints of Tea Green #DCFBBC
RGB
CMYK
RGB Variations
Color information
#DCFBBC (or 0xDCFBBC) is known color: Tea Green. HEX triplet: DC, FB and BC. RGB value is (220,251,188). Sum of RGB (Red+Green+Blue) = 220+251+188=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBBC is #230443. Grayscale: #EAEAEA. Windows color (decimal): -2294852 or 12385244. OLE color: 12385244.
HSL color Cylindrical-coordinate representation of color #DCFBBC: hue angle of 89.52º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCFBBC is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 188 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.02 |
| HSL | 89.52º | 0.89% | 0.86% | - |
| HSV(B) | 89.52º | 0.25% | 0.98% | - |
| XYZ | 73.09 | 87.84 | 60.68 | - |
| YUV | 234.55 | 101.73 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 188 | 0.12 | 0 | 0.25 | 0.02 | 89.52 | 0.89 | 0.86 |
| Hex | DC | FB | BC | C | 0 | 19 | 2 | 5A | 59 | 56 |
| Octal | 334 | 373 | 274 | 14 | 0 | 31 | 2 | 132 | 131 | 126 |
| Binary | 11011100 | 11111011 | 10111100 | 1100 | 0 | 11001 | 10 | 1011010 | 1011001 | 1010110 |
Color Harmonies of #DCFBBC
Complementary color
Monochromatic Colors of #DCFBBC
Black with #DCFBBC
Text Example
Text Example
White with #DCFBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBBC; }
p { color: rgb(220,251,188); }
H1.HeaderClassName
{
color: #DCFBBC;
}
.AnyTagClassName
{
color: #DCFBBC;
}
</style>
background-color css
<style>
a { background-color: #DCFBBC; }
a { background-color: rgb(220,251,188); }
div.DivClassName
{
background-color: #DCFBBC;
}
.BgClassName
{
background-color: #DCFBBC;
}
</style>
border-color css
<style>
span { border-color: #DCFBBC; }
span { border-color: rgb(220,251,188); }
td.TdClassName
{
border-color: #DCFBBC;
}
.TagClassName
{
border-color: #DCFBBC;
}
</style>