Shades of Tea Green #CFF4BC
Tints of Tea Green #CFF4BC
RGB
CMYK
RGB Variations
Color information
#CFF4BC (or 0xCFF4BC) is known color: Tea Green. HEX triplet: CF, F4 and BC. RGB value is (207,244,188). Sum of RGB (Red+Green+Blue) = 207+244+188=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 244 (95.70% from 255 or 38.18% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF4BC is #300B43. Grayscale: #E2E2E2. Windows color (decimal): -3148612 or 12383439. OLE color: 12383439.
HSL color Cylindrical-coordinate representation of color #CFF4BC: hue angle of 99.64º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFF4BC is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 188 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.04 |
| HSL | 99.64º | 0.72% | 0.85% | - |
| HSV(B) | 99.64º | 0.23% | 0.96% | - |
| XYZ | 67.16 | 81.6 | 59.79 | - |
| YUV | 226.55 | 106.24 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 188 | 0.15 | 0 | 0.23 | 0.04 | 99.64 | 0.72 | 0.85 |
| Hex | CF | F4 | BC | F | 0 | 17 | 4 | 64 | 48 | 55 |
| Octal | 317 | 364 | 274 | 17 | 0 | 27 | 4 | 144 | 110 | 125 |
| Binary | 11001111 | 11110100 | 10111100 | 1111 | 0 | 10111 | 100 | 1100100 | 1001000 | 1010101 |
Color Harmonies of #CFF4BC
Complementary color
Monochromatic Colors of #CFF4BC
Black with #CFF4BC
Text Example
Text Example
White with #CFF4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4BC; }
p { color: rgb(207,244,188); }
H1.HeaderClassName
{
color: #CFF4BC;
}
.AnyTagClassName
{
color: #CFF4BC;
}
</style>
background-color css
<style>
a { background-color: #CFF4BC; }
a { background-color: rgb(207,244,188); }
div.DivClassName
{
background-color: #CFF4BC;
}
.BgClassName
{
background-color: #CFF4BC;
}
</style>
border-color css
<style>
span { border-color: #CFF4BC; }
span { border-color: rgb(207,244,188); }
td.TdClassName
{
border-color: #CFF4BC;
}
.TagClassName
{
border-color: #CFF4BC;
}
</style>