Shades of Tea Green #CFF7BB
Tints of Tea Green #CFF7BB
RGB
CMYK
RGB Variations
Color information
#CFF7BB (or 0xCFF7BB) is known color: Tea Green. HEX triplet: CF, F7 and BB. RGB value is (207,247,187). Sum of RGB (Red+Green+Blue) = 207+247+187=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7BB is #300844. Grayscale: #E4E4E4. Windows color (decimal): -3147845 or 12318671. OLE color: 12318671.
HSL color Cylindrical-coordinate representation of color #CFF7BB: hue angle of 100º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFF7BB is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 187 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.03 |
| HSL | 100º | 0.79% | 0.85% | - |
| HSV(B) | 100º | 0.24% | 0.97% | - |
| XYZ | 67.96 | 83.37 | 59.52 | - |
| YUV | 228.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 187 | 0.16 | 0 | 0.24 | 0.03 | 100 | 0.79 | 0.85 |
| Hex | CF | F7 | BB | 10 | 0 | 18 | 3 | 64 | 4F | 55 |
| Octal | 317 | 367 | 273 | 20 | 0 | 30 | 3 | 144 | 117 | 125 |
| Binary | 11001111 | 11110111 | 10111011 | 10000 | 0 | 11000 | 11 | 1100100 | 1001111 | 1010101 |
Color Harmonies of #CFF7BB
Complementary color
Monochromatic Colors of #CFF7BB
Black with #CFF7BB
Text Example
Text Example
White with #CFF7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7BB; }
p { color: rgb(207,247,187); }
H1.HeaderClassName
{
color: #CFF7BB;
}
.AnyTagClassName
{
color: #CFF7BB;
}
</style>
background-color css
<style>
a { background-color: #CFF7BB; }
a { background-color: rgb(207,247,187); }
div.DivClassName
{
background-color: #CFF7BB;
}
.BgClassName
{
background-color: #CFF7BB;
}
</style>
border-color css
<style>
span { border-color: #CFF7BB; }
span { border-color: rgb(207,247,187); }
td.TdClassName
{
border-color: #CFF7BB;
}
.TagClassName
{
border-color: #CFF7BB;
}
</style>