Shades of Tea Green #CFF5AF
Tints of Tea Green #CFF5AF
RGB
CMYK
RGB Variations
Color information
#CFF5AF (or 0xCFF5AF) is known color: Tea Green. HEX triplet: CF, F5 and AF. RGB value is (207,245,175). Sum of RGB (Red+Green+Blue) = 207+245+175=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF5AF is #300A50. Grayscale: #E1E1E1. Windows color (decimal): -3148369 or 11531727. OLE color: 11531727.
HSL color Cylindrical-coordinate representation of color #CFF5AF: hue angle of 92.57º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFF5AF is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 175 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.04 |
| HSL | 92.57º | 0.78% | 0.82% | - |
| HSV(B) | 92.57º | 0.29% | 0.96% | - |
| XYZ | 66.12 | 81.67 | 52.84 | - |
| YUV | 225.66 | 99.41 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 175 | 0.16 | 0 | 0.29 | 0.04 | 92.57 | 0.78 | 0.82 |
| Hex | CF | F5 | AF | 10 | 0 | 1D | 4 | 5D | 4E | 52 |
| Octal | 317 | 365 | 257 | 20 | 0 | 35 | 4 | 135 | 116 | 122 |
| Binary | 11001111 | 11110101 | 10101111 | 10000 | 0 | 11101 | 100 | 1011101 | 1001110 | 1010010 |
Color Harmonies of #CFF5AF
Complementary color
Monochromatic Colors of #CFF5AF
Black with #CFF5AF
Text Example
Text Example
White with #CFF5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5AF; }
p { color: rgb(207,245,175); }
H1.HeaderClassName
{
color: #CFF5AF;
}
.AnyTagClassName
{
color: #CFF5AF;
}
</style>
background-color css
<style>
a { background-color: #CFF5AF; }
a { background-color: rgb(207,245,175); }
div.DivClassName
{
background-color: #CFF5AF;
}
.BgClassName
{
background-color: #CFF5AF;
}
</style>
border-color css
<style>
span { border-color: #CFF5AF; }
span { border-color: rgb(207,245,175); }
td.TdClassName
{
border-color: #CFF5AF;
}
.TagClassName
{
border-color: #CFF5AF;
}
</style>