Shades of Tea Green #CFF1BF
Tints of Tea Green #CFF1BF
RGB
CMYK
RGB Variations
Color information
#CFF1BF (or 0xCFF1BF) is known color: Tea Green. HEX triplet: CF, F1 and BF. RGB value is (207,241,191). Sum of RGB (Red+Green+Blue) = 207+241+191=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 191 (75% from 255 or 29.89% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1BF is #300E40. Grayscale: #E1E1E1. Windows color (decimal): -3149377 or 12579279. OLE color: 12579279.
HSL color Cylindrical-coordinate representation of color #CFF1BF: hue angle of 100.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFF1BF is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 191 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.05 |
| HSL | 100.8º | 0.64% | 0.85% | - |
| HSV(B) | 100.8º | 0.21% | 0.95% | - |
| XYZ | 66.59 | 79.94 | 61.21 | - |
| YUV | 225.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 191 | 0.14 | 0 | 0.21 | 0.05 | 100.8 | 0.64 | 0.85 |
| Hex | CF | F1 | BF | E | 0 | 15 | 5 | 65 | 40 | 55 |
| Octal | 317 | 361 | 277 | 16 | 0 | 25 | 5 | 145 | 100 | 125 |
| Binary | 11001111 | 11110001 | 10111111 | 1110 | 0 | 10101 | 101 | 1100101 | 1000000 | 1010101 |
Color Harmonies of #CFF1BF
Complementary color
Monochromatic Colors of #CFF1BF
Black with #CFF1BF
Text Example
Text Example
White with #CFF1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1BF; }
p { color: rgb(207,241,191); }
H1.HeaderClassName
{
color: #CFF1BF;
}
.AnyTagClassName
{
color: #CFF1BF;
}
</style>
background-color css
<style>
a { background-color: #CFF1BF; }
a { background-color: rgb(207,241,191); }
div.DivClassName
{
background-color: #CFF1BF;
}
.BgClassName
{
background-color: #CFF1BF;
}
</style>
border-color css
<style>
span { border-color: #CFF1BF; }
span { border-color: rgb(207,241,191); }
td.TdClassName
{
border-color: #CFF1BF;
}
.TagClassName
{
border-color: #CFF1BF;
}
</style>