Shades of Tea Green #CFF4BA
Tints of Tea Green #CFF4BA
RGB
CMYK
RGB Variations
Color information
#CFF4BA (or 0xCFF4BA) is known color: Tea Green. HEX triplet: CF, F4 and BA. RGB value is (207,244,186). Sum of RGB (Red+Green+Blue) = 207+244+186=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF4BA is #300B45. Grayscale: #E2E2E2. Windows color (decimal): -3148614 or 12252367. OLE color: 12252367.
HSL color Cylindrical-coordinate representation of color #CFF4BA: hue angle of 98.28º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFF4BA is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 186 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.04 |
| HSL | 98.28º | 0.73% | 0.84% | - |
| HSV(B) | 98.28º | 0.24% | 0.96% | - |
| XYZ | 66.95 | 81.51 | 58.66 | - |
| YUV | 226.33 | 105.24 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 186 | 0.15 | 0 | 0.24 | 0.04 | 98.28 | 0.73 | 0.84 |
| Hex | CF | F4 | BA | F | 0 | 18 | 4 | 62 | 48 | 54 |
| Octal | 317 | 364 | 272 | 17 | 0 | 30 | 4 | 142 | 110 | 124 |
| Binary | 11001111 | 11110100 | 10111010 | 1111 | 0 | 11000 | 100 | 1100010 | 1001000 | 1010100 |
Color Harmonies of #CFF4BA
Complementary color
Monochromatic Colors of #CFF4BA
Black with #CFF4BA
Text Example
Text Example
White with #CFF4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4BA; }
p { color: rgb(207,244,186); }
H1.HeaderClassName
{
color: #CFF4BA;
}
.AnyTagClassName
{
color: #CFF4BA;
}
</style>
background-color css
<style>
a { background-color: #CFF4BA; }
a { background-color: rgb(207,244,186); }
div.DivClassName
{
background-color: #CFF4BA;
}
.BgClassName
{
background-color: #CFF4BA;
}
</style>
border-color css
<style>
span { border-color: #CFF4BA; }
span { border-color: rgb(207,244,186); }
td.TdClassName
{
border-color: #CFF4BA;
}
.TagClassName
{
border-color: #CFF4BA;
}
</style>