Shades of Tea Green #CFF6AF
Tints of Tea Green #CFF6AF
RGB
CMYK
RGB Variations
Color information
#CFF6AF (or 0xCFF6AF) is known color: Tea Green. HEX triplet: CF, F6 and AF. RGB value is (207,246,175). Sum of RGB (Red+Green+Blue) = 207+246+175=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF6AF is #300950. Grayscale: #E2E2E2. Windows color (decimal): -3148113 or 11531983. OLE color: 11531983.
HSL color Cylindrical-coordinate representation of color #CFF6AF: hue angle of 92.96º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFF6AF is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 175 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.04 |
| HSL | 92.96º | 0.8% | 0.83% | - |
| HSV(B) | 92.96º | 0.29% | 0.96% | - |
| XYZ | 66.43 | 82.27 | 52.94 | - |
| YUV | 226.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 175 | 0.16 | 0 | 0.29 | 0.04 | 92.96 | 0.8 | 0.83 |
| Hex | CF | F6 | AF | 10 | 0 | 1D | 4 | 5D | 50 | 53 |
| Octal | 317 | 366 | 257 | 20 | 0 | 35 | 4 | 135 | 120 | 123 |
| Binary | 11001111 | 11110110 | 10101111 | 10000 | 0 | 11101 | 100 | 1011101 | 1010000 | 1010011 |
Color Harmonies of #CFF6AF
Complementary color
Monochromatic Colors of #CFF6AF
Black with #CFF6AF
Text Example
Text Example
White with #CFF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6AF; }
p { color: rgb(207,246,175); }
H1.HeaderClassName
{
color: #CFF6AF;
}
.AnyTagClassName
{
color: #CFF6AF;
}
</style>
background-color css
<style>
a { background-color: #CFF6AF; }
a { background-color: rgb(207,246,175); }
div.DivClassName
{
background-color: #CFF6AF;
}
.BgClassName
{
background-color: #CFF6AF;
}
</style>
border-color css
<style>
span { border-color: #CFF6AF; }
span { border-color: rgb(207,246,175); }
td.TdClassName
{
border-color: #CFF6AF;
}
.TagClassName
{
border-color: #CFF6AF;
}
</style>