Shades of Tea Green #CFF1BA
Tints of Tea Green #CFF1BA
RGB
CMYK
RGB Variations
Color information
#CFF1BA (or 0xCFF1BA) is known color: Tea Green. HEX triplet: CF, F1 and BA. RGB value is (207,241,186). Sum of RGB (Red+Green+Blue) = 207+241+186=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF1BA is #300E45. Grayscale: #E0E0E0. Windows color (decimal): -3149382 or 12251599. OLE color: 12251599.
HSL color Cylindrical-coordinate representation of color #CFF1BA: hue angle of 97.09º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFF1BA is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 186 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.05 |
| HSL | 97.09º | 0.66% | 0.84% | - |
| HSV(B) | 97.09º | 0.23% | 0.95% | - |
| XYZ | 66.05 | 79.72 | 58.36 | - |
| YUV | 224.56 | 106.24 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 186 | 0.14 | 0 | 0.23 | 0.05 | 97.09 | 0.66 | 0.84 |
| Hex | CF | F1 | BA | E | 0 | 17 | 5 | 61 | 42 | 54 |
| Octal | 317 | 361 | 272 | 16 | 0 | 27 | 5 | 141 | 102 | 124 |
| Binary | 11001111 | 11110001 | 10111010 | 1110 | 0 | 10111 | 101 | 1100001 | 1000010 | 1010100 |
Color Harmonies of #CFF1BA
Complementary color
Monochromatic Colors of #CFF1BA
Black with #CFF1BA
Text Example
Text Example
White with #CFF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF1BA; }
p { color: rgb(207,241,186); }
H1.HeaderClassName
{
color: #CFF1BA;
}
.AnyTagClassName
{
color: #CFF1BA;
}
</style>
background-color css
<style>
a { background-color: #CFF1BA; }
a { background-color: rgb(207,241,186); }
div.DivClassName
{
background-color: #CFF1BA;
}
.BgClassName
{
background-color: #CFF1BA;
}
</style>
border-color css
<style>
span { border-color: #CFF1BA; }
span { border-color: rgb(207,241,186); }
td.TdClassName
{
border-color: #CFF1BA;
}
.TagClassName
{
border-color: #CFF1BA;
}
</style>