Shades of Tea Green #DDFFBC
Tints of Tea Green #DDFFBC
RGB
CMYK
RGB Variations
Color information
#DDFFBC (or 0xDDFFBC) is known color: Tea Green. HEX triplet: DD, FF and BC. RGB value is (221,255,188). Sum of RGB (Red+Green+Blue) = 221+255+188=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 188 (73.83% from 255 or 28.31% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFBC is #220043. Grayscale: #EDEDED. Windows color (decimal): -2228292 or 12386269. OLE color: 12386269.
HSL color Cylindrical-coordinate representation of color #DDFFBC: hue angle of 90.45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDFFBC is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 188 | - |
| CMYK | 0.13 | 0 | 0.26 | 0 |
| HSL | 90.45º | 1% | 0.87% | - |
| HSV(B) | 90.45º | 0.26% | 1% | - |
| XYZ | 74.66 | 90.52 | 61.11 | - |
| YUV | 237.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 188 | 0.13 | 0 | 0.26 | 0 | 90.45 | 1 | 0.87 |
| Hex | DD | FF | BC | D | 0 | 1A | 0 | 5A | 64 | 57 |
| Octal | 335 | 377 | 274 | 15 | 0 | 32 | 0 | 132 | 144 | 127 |
| Binary | 11011101 | 11111111 | 10111100 | 1101 | 0 | 11010 | 0 | 1011010 | 1100100 | 1010111 |
Color Harmonies of #DDFFBC
Complementary color
Monochromatic Colors of #DDFFBC
Black with #DDFFBC
Text Example
Text Example
White with #DDFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFFBC; }
p { color: rgb(221,255,188); }
H1.HeaderClassName
{
color: #DDFFBC;
}
.AnyTagClassName
{
color: #DDFFBC;
}
</style>
background-color css
<style>
a { background-color: #DDFFBC; }
a { background-color: rgb(221,255,188); }
div.DivClassName
{
background-color: #DDFFBC;
}
.BgClassName
{
background-color: #DDFFBC;
}
</style>
border-color css
<style>
span { border-color: #DDFFBC; }
span { border-color: rgb(221,255,188); }
td.TdClassName
{
border-color: #DDFFBC;
}
.TagClassName
{
border-color: #DDFFBC;
}
</style>