Shades of Tea Green #D0FCAF
Tints of Tea Green #D0FCAF
RGB
CMYK
RGB Variations
Color information
#D0FCAF (or 0xD0FCAF) is known color: Tea Green. HEX triplet: D0, FC and AF. RGB value is (208,252,175). Sum of RGB (Red+Green+Blue) = 208+252+175=635 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.76% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FCAF is #2F0350. Grayscale: #E6E6E6. Windows color (decimal): -3081041 or 11533520. OLE color: 11533520.
HSL color Cylindrical-coordinate representation of color #D0FCAF: hue angle of 94.29º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0FCAF is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 175 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.01 |
| HSL | 94.29º | 0.93% | 0.84% | - |
| HSV(B) | 94.29º | 0.31% | 0.99% | - |
| XYZ | 68.56 | 86.13 | 53.57 | - |
| YUV | 230.07 | 96.92 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 175 | 0.17 | 0 | 0.31 | 0.01 | 94.29 | 0.93 | 0.84 |
| Hex | D0 | FC | AF | 11 | 0 | 1F | 1 | 5E | 5D | 54 |
| Octal | 320 | 374 | 257 | 21 | 0 | 37 | 1 | 136 | 135 | 124 |
| Binary | 11010000 | 11111100 | 10101111 | 10001 | 0 | 11111 | 1 | 1011110 | 1011101 | 1010100 |
Color Harmonies of #D0FCAF
Complementary color
Monochromatic Colors of #D0FCAF
Black with #D0FCAF
Text Example
Text Example
White with #D0FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCAF; }
p { color: rgb(208,252,175); }
H1.HeaderClassName
{
color: #D0FCAF;
}
.AnyTagClassName
{
color: #D0FCAF;
}
</style>
background-color css
<style>
a { background-color: #D0FCAF; }
a { background-color: rgb(208,252,175); }
div.DivClassName
{
background-color: #D0FCAF;
}
.BgClassName
{
background-color: #D0FCAF;
}
</style>
border-color css
<style>
span { border-color: #D0FCAF; }
span { border-color: rgb(208,252,175); }
td.TdClassName
{
border-color: #D0FCAF;
}
.TagClassName
{
border-color: #D0FCAF;
}
</style>