Shades of Tea Green #CFF7BC
Tints of Tea Green #CFF7BC
RGB
CMYK
RGB Variations
Color information
#CFF7BC (or 0xCFF7BC) is known color: Tea Green. HEX triplet: CF, F7 and BC. RGB value is (207,247,188). Sum of RGB (Red+Green+Blue) = 207+247+188=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 188 (73.83% from 255 or 29.28% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7BC is #300843. Grayscale: #E4E4E4. Windows color (decimal): -3147844 or 12384207. OLE color: 12384207.
HSL color Cylindrical-coordinate representation of color #CFF7BC: hue angle of 100.68º 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 #CFF7BC is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 188 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.03 |
| HSL | 100.68º | 0.79% | 0.85% | - |
| HSV(B) | 100.68º | 0.24% | 0.97% | - |
| XYZ | 68.07 | 83.42 | 60.09 | - |
| YUV | 228.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 188 | 0.16 | 0 | 0.24 | 0.03 | 100.68 | 0.79 | 0.85 |
| Hex | CF | F7 | BC | 10 | 0 | 18 | 3 | 65 | 4F | 55 |
| Octal | 317 | 367 | 274 | 20 | 0 | 30 | 3 | 145 | 117 | 125 |
| Binary | 11001111 | 11110111 | 10111100 | 10000 | 0 | 11000 | 11 | 1100101 | 1001111 | 1010101 |
Color Harmonies of #CFF7BC
Complementary color
Monochromatic Colors of #CFF7BC
Black with #CFF7BC
Text Example
Text Example
White with #CFF7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7BC; }
p { color: rgb(207,247,188); }
H1.HeaderClassName
{
color: #CFF7BC;
}
.AnyTagClassName
{
color: #CFF7BC;
}
</style>
background-color css
<style>
a { background-color: #CFF7BC; }
a { background-color: rgb(207,247,188); }
div.DivClassName
{
background-color: #CFF7BC;
}
.BgClassName
{
background-color: #CFF7BC;
}
</style>
border-color css
<style>
span { border-color: #CFF7BC; }
span { border-color: rgb(207,247,188); }
td.TdClassName
{
border-color: #CFF7BC;
}
.TagClassName
{
border-color: #CFF7BC;
}
</style>