Shades of Tea Green #CFF9AF
Tints of Tea Green #CFF9AF
RGB
CMYK
RGB Variations
Color information
#CFF9AF (or 0xCFF9AF) is known color: Tea Green. HEX triplet: CF, F9 and AF. RGB value is (207,249,175). Sum of RGB (Red+Green+Blue) = 207+249+175=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF9AF is #300650. Grayscale: #E4E4E4. Windows color (decimal): -3147345 or 11532751. OLE color: 11532751.
HSL color Cylindrical-coordinate representation of color #CFF9AF: hue angle of 94.05º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFF9AF is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 175 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.02 |
| HSL | 94.05º | 0.86% | 0.83% | - |
| HSV(B) | 94.05º | 0.3% | 0.98% | - |
| XYZ | 67.35 | 84.11 | 53.24 | - |
| YUV | 228.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 175 | 0.17 | 0 | 0.30 | 0.02 | 94.05 | 0.86 | 0.83 |
| Hex | CF | F9 | AF | 11 | 0 | 1E | 2 | 5E | 56 | 53 |
| Octal | 317 | 371 | 257 | 21 | 0 | 36 | 2 | 136 | 126 | 123 |
| Binary | 11001111 | 11111001 | 10101111 | 10001 | 0 | 11110 | 10 | 1011110 | 1010110 | 1010011 |
Color Harmonies of #CFF9AF
Complementary color
Monochromatic Colors of #CFF9AF
Black with #CFF9AF
Text Example
Text Example
White with #CFF9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9AF; }
p { color: rgb(207,249,175); }
H1.HeaderClassName
{
color: #CFF9AF;
}
.AnyTagClassName
{
color: #CFF9AF;
}
</style>
background-color css
<style>
a { background-color: #CFF9AF; }
a { background-color: rgb(207,249,175); }
div.DivClassName
{
background-color: #CFF9AF;
}
.BgClassName
{
background-color: #CFF9AF;
}
</style>
border-color css
<style>
span { border-color: #CFF9AF; }
span { border-color: rgb(207,249,175); }
td.TdClassName
{
border-color: #CFF9AF;
}
.TagClassName
{
border-color: #CFF9AF;
}
</style>