Shades of Tea Green #CFF0BB
Tints of Tea Green #CFF0BB
RGB
CMYK
RGB Variations
Color information
#CFF0BB (or 0xCFF0BB) is known color: Tea Green. HEX triplet: CF, F0 and BB. RGB value is (207,240,187). Sum of RGB (Red+Green+Blue) = 207+240+187=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0BB is #300F44. Grayscale: #E0E0E0. Windows color (decimal): -3149637 or 12316879. OLE color: 12316879.
HSL color Cylindrical-coordinate representation of color #CFF0BB: hue angle of 97.36º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFF0BB is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 187 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.06 |
| HSL | 97.36º | 0.64% | 0.84% | - |
| HSV(B) | 97.36º | 0.22% | 0.94% | - |
| XYZ | 65.86 | 79.17 | 58.82 | - |
| YUV | 224.09 | 107.07 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 187 | 0.14 | 0 | 0.22 | 0.06 | 97.36 | 0.64 | 0.84 |
| Hex | CF | F0 | BB | E | 0 | 16 | 6 | 61 | 40 | 54 |
| Octal | 317 | 360 | 273 | 16 | 0 | 26 | 6 | 141 | 100 | 124 |
| Binary | 11001111 | 11110000 | 10111011 | 1110 | 0 | 10110 | 110 | 1100001 | 1000000 | 1010100 |
Color Harmonies of #CFF0BB
Complementary color
Monochromatic Colors of #CFF0BB
Black with #CFF0BB
Text Example
Text Example
White with #CFF0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0BB; }
p { color: rgb(207,240,187); }
H1.HeaderClassName
{
color: #CFF0BB;
}
.AnyTagClassName
{
color: #CFF0BB;
}
</style>
background-color css
<style>
a { background-color: #CFF0BB; }
a { background-color: rgb(207,240,187); }
div.DivClassName
{
background-color: #CFF0BB;
}
.BgClassName
{
background-color: #CFF0BB;
}
</style>
border-color css
<style>
span { border-color: #CFF0BB; }
span { border-color: rgb(207,240,187); }
td.TdClassName
{
border-color: #CFF0BB;
}
.TagClassName
{
border-color: #CFF0BB;
}
</style>