Shades of Tea Green #CFFEAF
Tints of Tea Green #CFFEAF
RGB
CMYK
RGB Variations
Color information
#CFFEAF (or 0xCFFEAF) is known color: Tea Green. HEX triplet: CF, FE and AF. RGB value is (207,254,175). Sum of RGB (Red+Green+Blue) = 207+254+175=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFEAF is #300150. Grayscale: #E7E7E7. Windows color (decimal): -3146065 or 11534031. OLE color: 11534031.
HSL color Cylindrical-coordinate representation of color #CFFEAF: hue angle of 95.7º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFFEAF is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 175 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.00 |
| HSL | 95.7º | 0.98% | 0.84% | - |
| HSV(B) | 95.7º | 0.31% | 1% | - |
| XYZ | 68.91 | 87.24 | 53.77 | - |
| YUV | 230.94 | 96.43 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 175 | 0.19 | 0 | 0.31 | 0.00 | 95.7 | 0.98 | 0.84 |
| Hex | CF | FE | AF | 13 | 0 | 1F | 0 | 60 | 62 | 54 |
| Octal | 317 | 376 | 257 | 23 | 0 | 37 | 0 | 140 | 142 | 124 |
| Binary | 11001111 | 11111110 | 10101111 | 10011 | 0 | 11111 | 0 | 1100000 | 1100010 | 1010100 |
Color Harmonies of #CFFEAF
Complementary color
Monochromatic Colors of #CFFEAF
Black with #CFFEAF
Text Example
Text Example
White with #CFFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFEAF; }
p { color: rgb(207,254,175); }
H1.HeaderClassName
{
color: #CFFEAF;
}
.AnyTagClassName
{
color: #CFFEAF;
}
</style>
background-color css
<style>
a { background-color: #CFFEAF; }
a { background-color: rgb(207,254,175); }
div.DivClassName
{
background-color: #CFFEAF;
}
.BgClassName
{
background-color: #CFFEAF;
}
</style>
border-color css
<style>
span { border-color: #CFFEAF; }
span { border-color: rgb(207,254,175); }
td.TdClassName
{
border-color: #CFFEAF;
}
.TagClassName
{
border-color: #CFFEAF;
}
</style>