Shades of Tea Green #CFFFAE
Tints of Tea Green #CFFFAE
RGB
CMYK
RGB Variations
Color information
#CFFFAE (or 0xCFFFAE) is known color: Tea Green. HEX triplet: CF, FF and AE. RGB value is (207,255,174). Sum of RGB (Red+Green+Blue) = 207+255+174=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFAE is #300051. Grayscale: #E7E7E7. Windows color (decimal): -3145810 or 11468751. OLE color: 11468751.
HSL color Cylindrical-coordinate representation of color #CFFFAE: hue angle of 95.56º 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 #CFFFAE is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 174 | - |
| CMYK | 0.19 | 0 | 0.32 | 0 |
| HSL | 95.56º | 1% | 0.84% | - |
| HSV(B) | 95.56º | 0.32% | 1% | - |
| XYZ | 69.13 | 87.84 | 53.36 | - |
| YUV | 231.41 | 95.6 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 174 | 0.19 | 0 | 0.32 | 0 | 95.56 | 1 | 0.84 |
| Hex | CF | FF | AE | 13 | 0 | 20 | 0 | 60 | 64 | 54 |
| Octal | 317 | 377 | 256 | 23 | 0 | 40 | 0 | 140 | 144 | 124 |
| Binary | 11001111 | 11111111 | 10101110 | 10011 | 0 | 100000 | 0 | 1100000 | 1100100 | 1010100 |
Color Harmonies of #CFFFAE
Complementary color
Monochromatic Colors of #CFFFAE
Black with #CFFFAE
Text Example
Text Example
White with #CFFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFAE; }
p { color: rgb(207,255,174); }
H1.HeaderClassName
{
color: #CFFFAE;
}
.AnyTagClassName
{
color: #CFFFAE;
}
</style>
background-color css
<style>
a { background-color: #CFFFAE; }
a { background-color: rgb(207,255,174); }
div.DivClassName
{
background-color: #CFFFAE;
}
.BgClassName
{
background-color: #CFFFAE;
}
</style>
border-color css
<style>
span { border-color: #CFFFAE; }
span { border-color: rgb(207,255,174); }
td.TdClassName
{
border-color: #CFFFAE;
}
.TagClassName
{
border-color: #CFFFAE;
}
</style>