Shades of Tea Green #CFFFAD
Tints of Tea Green #CFFFAD
RGB
CMYK
RGB Variations
Color information
#CFFFAD (or 0xCFFFAD) is known color: Tea Green. HEX triplet: CF, FF and AD. RGB value is (207,255,173). Sum of RGB (Red+Green+Blue) = 207+255+173=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFAD is #300052. Grayscale: #E7E7E7. Windows color (decimal): -3145811 or 11403215. OLE color: 11403215.
HSL color Cylindrical-coordinate representation of color #CFFFAD: hue angle of 95.12º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFFFAD is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 173 | - |
| CMYK | 0.19 | 0 | 0.32 | 0 |
| HSL | 95.12º | 1% | 0.84% | - |
| HSV(B) | 95.12º | 0.32% | 1% | - |
| XYZ | 69.03 | 87.8 | 52.84 | - |
| YUV | 231.3 | 95.1 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 173 | 0.19 | 0 | 0.32 | 0 | 95.12 | 1 | 0.84 |
| Hex | CF | FF | AD | 13 | 0 | 20 | 0 | 5F | 64 | 54 |
| Octal | 317 | 377 | 255 | 23 | 0 | 40 | 0 | 137 | 144 | 124 |
| Binary | 11001111 | 11111111 | 10101101 | 10011 | 0 | 100000 | 0 | 1011111 | 1100100 | 1010100 |
Color Harmonies of #CFFFAD
Complementary color
Monochromatic Colors of #CFFFAD
Black with #CFFFAD
Text Example
Text Example
White with #CFFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFAD; }
p { color: rgb(207,255,173); }
H1.HeaderClassName
{
color: #CFFFAD;
}
.AnyTagClassName
{
color: #CFFFAD;
}
</style>
background-color css
<style>
a { background-color: #CFFFAD; }
a { background-color: rgb(207,255,173); }
div.DivClassName
{
background-color: #CFFFAD;
}
.BgClassName
{
background-color: #CFFFAD;
}
</style>
border-color css
<style>
span { border-color: #CFFFAD; }
span { border-color: rgb(207,255,173); }
td.TdClassName
{
border-color: #CFFFAD;
}
.TagClassName
{
border-color: #CFFFAD;
}
</style>