Shades of Tea Green #DCFEB5
Tints of Tea Green #DCFEB5
RGB
CMYK
RGB Variations
Color information
#DCFEB5 (or 0xDCFEB5) is known color: Tea Green. HEX triplet: DC, FE and B5. RGB value is (220,254,181). Sum of RGB (Red+Green+Blue) = 220+254+181=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 181 (71.09% from 255 or 27.63% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEB5 is #23014A. Grayscale: #EBEBEB. Windows color (decimal): -2294091 or 11927260. OLE color: 11927260.
HSL color Cylindrical-coordinate representation of color #DCFEB5: hue angle of 87.95º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCFEB5 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 181 | - |
CMYK | 0.13 | 0 | 0.29 | 0.00 |
HSL | 87.95º | 0.97% | 0.85% | - |
HSV(B) | 87.95º | 0.29% | 1% | - |
XYZ | 73.3 | 89.44 | 57.12 | - |
YUV | 235.51 | 97.24 | 116.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 181 | 0.13 | 0 | 0.29 | 0.00 | 87.95 | 0.97 | 0.85 |
Hex | DC | FE | B5 | D | 0 | 1D | 0 | 58 | 61 | 55 |
Octal | 334 | 376 | 265 | 15 | 0 | 35 | 0 | 130 | 141 | 125 |
Binary | 11011100 | 11111110 | 10110101 | 1101 | 0 | 11101 | 0 | 1011000 | 1100001 | 1010101 |
Color Harmonies of #DCFEB5
Complementary color
Monochromatic Colors of #DCFEB5
Black with #DCFEB5
Text Example
Text Example
White with #DCFEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEB5; }
p { color: rgb(220,254,181); }
H1.HeaderClassName
{
color: #DCFEB5;
}
.AnyTagClassName
{
color: #DCFEB5;
}
</style>
background-color css
<style>
a { background-color: #DCFEB5; }
a { background-color: rgb(220,254,181); }
div.DivClassName
{
background-color: #DCFEB5;
}
.BgClassName
{
background-color: #DCFEB5;
}
</style>
border-color css
<style>
span { border-color: #DCFEB5; }
span { border-color: rgb(220,254,181); }
td.TdClassName
{
border-color: #DCFEB5;
}
.TagClassName
{
border-color: #DCFEB5;
}
</style>