Shades of Tea Green #CFF0BA
Tints of Tea Green #CFF0BA
RGB
CMYK
RGB Variations
Color information
#CFF0BA (or 0xCFF0BA) is known color: Tea Green. HEX triplet: CF, F0 and BA. RGB value is (207,240,186). Sum of RGB (Red+Green+Blue) = 207+240+186=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0BA is #300F45. Grayscale: #E0E0E0. Windows color (decimal): -3149638 or 12251343. OLE color: 12251343.
HSL color Cylindrical-coordinate representation of color #CFF0BA: hue angle of 96.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFF0BA is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 186 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.06 |
| HSL | 96.67º | 0.64% | 0.84% | - |
| HSV(B) | 96.67º | 0.23% | 0.94% | - |
| XYZ | 65.76 | 79.13 | 58.26 | - |
| YUV | 223.98 | 106.57 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 186 | 0.14 | 0 | 0.22 | 0.06 | 96.67 | 0.64 | 0.84 |
| Hex | CF | F0 | BA | E | 0 | 16 | 6 | 61 | 40 | 54 |
| Octal | 317 | 360 | 272 | 16 | 0 | 26 | 6 | 141 | 100 | 124 |
| Binary | 11001111 | 11110000 | 10111010 | 1110 | 0 | 10110 | 110 | 1100001 | 1000000 | 1010100 |
Color Harmonies of #CFF0BA
Complementary color
Monochromatic Colors of #CFF0BA
Black with #CFF0BA
Text Example
Text Example
White with #CFF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0BA; }
p { color: rgb(207,240,186); }
H1.HeaderClassName
{
color: #CFF0BA;
}
.AnyTagClassName
{
color: #CFF0BA;
}
</style>
background-color css
<style>
a { background-color: #CFF0BA; }
a { background-color: rgb(207,240,186); }
div.DivClassName
{
background-color: #CFF0BA;
}
.BgClassName
{
background-color: #CFF0BA;
}
</style>
border-color css
<style>
span { border-color: #CFF0BA; }
span { border-color: rgb(207,240,186); }
td.TdClassName
{
border-color: #CFF0BA;
}
.TagClassName
{
border-color: #CFF0BA;
}
</style>