Shades of Tea Green #D2FFB5
Tints of Tea Green #D2FFB5
RGB
CMYK
RGB Variations
Color information
#D2FFB5 (or 0xD2FFB5) is known color: Tea Green. HEX triplet: D2, FF and B5. RGB value is (210,255,181). Sum of RGB (Red+Green+Blue) = 210+255+181=646 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.51% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 181 (71.09% from 255 or 28.02% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFB5 is #2D004A. Grayscale: #E9E9E9. Windows color (decimal): -2949195 or 11927506. OLE color: 11927506.
HSL color Cylindrical-coordinate representation of color #D2FFB5: hue angle of 96.49º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2FFB5 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 210 | 255 | 181 | - |
CMYK | 0.18 | 0 | 0.29 | 0 |
HSL | 96.49º | 1% | 0.85% | - |
HSV(B) | 96.49º | 0.29% | 1% | - |
XYZ | 70.68 | 88.56 | 57.08 | - |
YUV | 233.11 | 98.59 | 111.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 255 | 181 | 0.18 | 0 | 0.29 | 0 | 96.49 | 1 | 0.85 |
Hex | D2 | FF | B5 | 12 | 0 | 1D | 0 | 60 | 64 | 55 |
Octal | 322 | 377 | 265 | 22 | 0 | 35 | 0 | 140 | 144 | 125 |
Binary | 11010010 | 11111111 | 10110101 | 10010 | 0 | 11101 | 0 | 1100000 | 1100100 | 1010101 |
Color Harmonies of #D2FFB5
Complementary color
Monochromatic Colors of #D2FFB5
Black with #D2FFB5
Text Example
Text Example
White with #D2FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFB5; }
p { color: rgb(210,255,181); }
H1.HeaderClassName
{
color: #D2FFB5;
}
.AnyTagClassName
{
color: #D2FFB5;
}
</style>
background-color css
<style>
a { background-color: #D2FFB5; }
a { background-color: rgb(210,255,181); }
div.DivClassName
{
background-color: #D2FFB5;
}
.BgClassName
{
background-color: #D2FFB5;
}
</style>
border-color css
<style>
span { border-color: #D2FFB5; }
span { border-color: rgb(210,255,181); }
td.TdClassName
{
border-color: #D2FFB5;
}
.TagClassName
{
border-color: #D2FFB5;
}
</style>