Shades of Tea Green #DDFBBE
Tints of Tea Green #DDFBBE
RGB
CMYK
RGB Variations
Color information
#DDFBBE (or 0xDDFBBE) is known color: Tea Green. HEX triplet: DD, FB and BE. RGB value is (221,251,190). Sum of RGB (Red+Green+Blue) = 221+251+190=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBBE is #220441. Grayscale: #EBEBEB. Windows color (decimal): -2229314 or 12516317. OLE color: 12516317.
HSL color Cylindrical-coordinate representation of color #DDFBBE: hue angle of 89.51º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDFBBE is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 251 | 190 | - |
CMYK | 0.12 | 0 | 0.24 | 0.02 |
HSL | 89.51º | 0.88% | 0.86% | - |
HSV(B) | 89.51º | 0.24% | 0.98% | - |
XYZ | 73.61 | 88.08 | 61.84 | - |
YUV | 235.08 | 102.56 | 117.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 251 | 190 | 0.12 | 0 | 0.24 | 0.02 | 89.51 | 0.88 | 0.86 |
Hex | DD | FB | BE | C | 0 | 18 | 2 | 5A | 58 | 56 |
Octal | 335 | 373 | 276 | 14 | 0 | 30 | 2 | 132 | 130 | 126 |
Binary | 11011101 | 11111011 | 10111110 | 1100 | 0 | 11000 | 10 | 1011010 | 1011000 | 1010110 |
Color Harmonies of #DDFBBE
Complementary color
Monochromatic Colors of #DDFBBE
Black with #DDFBBE
Text Example
Text Example
White with #DDFBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBBE; }
p { color: rgb(221,251,190); }
H1.HeaderClassName
{
color: #DDFBBE;
}
.AnyTagClassName
{
color: #DDFBBE;
}
</style>
background-color css
<style>
a { background-color: #DDFBBE; }
a { background-color: rgb(221,251,190); }
div.DivClassName
{
background-color: #DDFBBE;
}
.BgClassName
{
background-color: #DDFBBE;
}
</style>
border-color css
<style>
span { border-color: #DDFBBE; }
span { border-color: rgb(221,251,190); }
td.TdClassName
{
border-color: #DDFBBE;
}
.TagClassName
{
border-color: #DDFBBE;
}
</style>