Shades of Tea Green #D5FCC3
Tints of Tea Green #D5FCC3
RGB
CMYK
RGB Variations
Color information
#D5FCC3 (or 0xD5FCC3) is known color: Tea Green. HEX triplet: D5, FC and C3. RGB value is (213,252,195). Sum of RGB (Red+Green+Blue) = 213+252+195=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 195 (76.56% from 255 or 29.55% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCC3 is #2A033C. Grayscale: #EAEAEA. Windows color (decimal): -2753341 or 12844245. OLE color: 12844245.
HSL color Cylindrical-coordinate representation of color #D5FCC3: hue angle of 101.05º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5FCC3 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 195 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.01 |
| HSL | 101.05º | 0.9% | 0.88% | - |
| HSV(B) | 101.05º | 0.23% | 0.99% | - |
| XYZ | 72.1 | 87.71 | 64.76 | - |
| YUV | 233.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 195 | 0.15 | 0 | 0.23 | 0.01 | 101.05 | 0.9 | 0.88 |
| Hex | D5 | FC | C3 | F | 0 | 17 | 1 | 65 | 5A | 58 |
| Octal | 325 | 374 | 303 | 17 | 0 | 27 | 1 | 145 | 132 | 130 |
| Binary | 11010101 | 11111100 | 11000011 | 1111 | 0 | 10111 | 1 | 1100101 | 1011010 | 1011000 |
Color Harmonies of #D5FCC3
Complementary color
Monochromatic Colors of #D5FCC3
Black with #D5FCC3
Text Example
Text Example
White with #D5FCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCC3; }
p { color: rgb(213,252,195); }
H1.HeaderClassName
{
color: #D5FCC3;
}
.AnyTagClassName
{
color: #D5FCC3;
}
</style>
background-color css
<style>
a { background-color: #D5FCC3; }
a { background-color: rgb(213,252,195); }
div.DivClassName
{
background-color: #D5FCC3;
}
.BgClassName
{
background-color: #D5FCC3;
}
</style>
border-color css
<style>
span { border-color: #D5FCC3; }
span { border-color: rgb(213,252,195); }
td.TdClassName
{
border-color: #D5FCC3;
}
.TagClassName
{
border-color: #D5FCC3;
}
</style>