Shades of Tea Green #D5FFC1
Tints of Tea Green #D5FFC1
RGB
CMYK
RGB Variations
Color information
#D5FFC1 (or 0xD5FFC1) is known color: Tea Green. HEX triplet: D5, FF and C1. RGB value is (213,255,193). Sum of RGB (Red+Green+Blue) = 213+255+193=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 193 (75.78% from 255 or 29.20% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFC1 is #2A003E. Grayscale: #EBEBEB. Windows color (decimal): -2752575 or 12713941. OLE color: 12713941.
HSL color Cylindrical-coordinate representation of color #D5FFC1: hue angle of 100.65º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5FFC1 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
RGB | 213 | 255 | 193 | - |
CMYK | 0.16 | 0 | 0.24 | 0 |
HSL | 100.65º | 1% | 0.88% | - |
HSV(B) | 100.65º | 0.24% | 1% | - |
XYZ | 72.83 | 89.52 | 63.89 | - |
YUV | 235.37 | 104.09 | 112.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 255 | 193 | 0.16 | 0 | 0.24 | 0 | 100.65 | 1 | 0.88 |
Hex | D5 | FF | C1 | 10 | 0 | 18 | 0 | 65 | 64 | 58 |
Octal | 325 | 377 | 301 | 20 | 0 | 30 | 0 | 145 | 144 | 130 |
Binary | 11010101 | 11111111 | 11000001 | 10000 | 0 | 11000 | 0 | 1100101 | 1100100 | 1011000 |
Color Harmonies of #D5FFC1
Complementary color
Monochromatic Colors of #D5FFC1
Black with #D5FFC1
Text Example
Text Example
White with #D5FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFC1; }
p { color: rgb(213,255,193); }
H1.HeaderClassName
{
color: #D5FFC1;
}
.AnyTagClassName
{
color: #D5FFC1;
}
</style>
background-color css
<style>
a { background-color: #D5FFC1; }
a { background-color: rgb(213,255,193); }
div.DivClassName
{
background-color: #D5FFC1;
}
.BgClassName
{
background-color: #D5FFC1;
}
</style>
border-color css
<style>
span { border-color: #D5FFC1; }
span { border-color: rgb(213,255,193); }
td.TdClassName
{
border-color: #D5FFC1;
}
.TagClassName
{
border-color: #D5FFC1;
}
</style>