Shades of Tea Green #CFF7C0
Tints of Tea Green #CFF7C0
RGB
CMYK
RGB Variations
Color information
#CFF7C0 (or 0xCFF7C0) is known color: Tea Green. HEX triplet: CF, F7 and C0. RGB value is (207,247,192). Sum of RGB (Red+Green+Blue) = 207+247+192=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7C0 is #30083F. Grayscale: #E4E4E4. Windows color (decimal): -3147840 or 12646351. OLE color: 12646351.
HSL color Cylindrical-coordinate representation of color #CFF7C0: hue angle of 103.64º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFF7C0 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 192 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.03 |
| HSL | 103.64º | 0.77% | 0.86% | - |
| HSV(B) | 103.64º | 0.22% | 0.97% | - |
| XYZ | 68.51 | 83.59 | 62.39 | - |
| YUV | 228.77 | 107.25 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 192 | 0.16 | 0 | 0.22 | 0.03 | 103.64 | 0.77 | 0.86 |
| Hex | CF | F7 | C0 | 10 | 0 | 16 | 3 | 68 | 4D | 56 |
| Octal | 317 | 367 | 300 | 20 | 0 | 26 | 3 | 150 | 115 | 126 |
| Binary | 11001111 | 11110111 | 11000000 | 10000 | 0 | 10110 | 11 | 1101000 | 1001101 | 1010110 |
Color Harmonies of #CFF7C0
Complementary color
Monochromatic Colors of #CFF7C0
Black with #CFF7C0
Text Example
Text Example
White with #CFF7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7C0; }
p { color: rgb(207,247,192); }
H1.HeaderClassName
{
color: #CFF7C0;
}
.AnyTagClassName
{
color: #CFF7C0;
}
</style>
background-color css
<style>
a { background-color: #CFF7C0; }
a { background-color: rgb(207,247,192); }
div.DivClassName
{
background-color: #CFF7C0;
}
.BgClassName
{
background-color: #CFF7C0;
}
</style>
border-color css
<style>
span { border-color: #CFF7C0; }
span { border-color: rgb(207,247,192); }
td.TdClassName
{
border-color: #CFF7C0;
}
.TagClassName
{
border-color: #CFF7C0;
}
</style>