Shades of Tea Green #CFF3AF
Tints of Tea Green #CFF3AF
RGB
CMYK
RGB Variations
Color information
#CFF3AF (or 0xCFF3AF) is known color: Tea Green. HEX triplet: CF, F3 and AF. RGB value is (207,243,175). Sum of RGB (Red+Green+Blue) = 207+243+175=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF3AF is #300C50. Grayscale: #E0E0E0. Windows color (decimal): -3148881 or 11531215. OLE color: 11531215.
HSL color Cylindrical-coordinate representation of color #CFF3AF: hue angle of 91.76º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFF3AF is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 175 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.05 |
| HSL | 91.76º | 0.74% | 0.82% | - |
| HSV(B) | 91.76º | 0.28% | 0.95% | - |
| XYZ | 65.52 | 80.46 | 52.63 | - |
| YUV | 224.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 175 | 0.15 | 0 | 0.28 | 0.05 | 91.76 | 0.74 | 0.82 |
| Hex | CF | F3 | AF | F | 0 | 1C | 5 | 5C | 4A | 52 |
| Octal | 317 | 363 | 257 | 17 | 0 | 34 | 5 | 134 | 112 | 122 |
| Binary | 11001111 | 11110011 | 10101111 | 1111 | 0 | 11100 | 101 | 1011100 | 1001010 | 1010010 |
Color Harmonies of #CFF3AF
Complementary color
Monochromatic Colors of #CFF3AF
Black with #CFF3AF
Text Example
Text Example
White with #CFF3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3AF; }
p { color: rgb(207,243,175); }
H1.HeaderClassName
{
color: #CFF3AF;
}
.AnyTagClassName
{
color: #CFF3AF;
}
</style>
background-color css
<style>
a { background-color: #CFF3AF; }
a { background-color: rgb(207,243,175); }
div.DivClassName
{
background-color: #CFF3AF;
}
.BgClassName
{
background-color: #CFF3AF;
}
</style>
border-color css
<style>
span { border-color: #CFF3AF; }
span { border-color: rgb(207,243,175); }
td.TdClassName
{
border-color: #CFF3AF;
}
.TagClassName
{
border-color: #CFF3AF;
}
</style>