Shades of Tea Green #CFF5BC
Tints of Tea Green #CFF5BC
RGB
CMYK
RGB Variations
Color information
#CFF5BC (or 0xCFF5BC) is known color: Tea Green. HEX triplet: CF, F5 and BC. RGB value is (207,245,188). Sum of RGB (Red+Green+Blue) = 207+245+188=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 188 (73.83% from 255 or 29.38% from 640); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF5BC is #300A43. Grayscale: #E3E3E3. Windows color (decimal): -3148356 or 12383695. OLE color: 12383695.
HSL color Cylindrical-coordinate representation of color #CFF5BC: hue angle of 100º degrees, saturation: 0.74, 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 #CFF5BC is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 188 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.04 |
| HSL | 100º | 0.74% | 0.85% | - |
| HSV(B) | 100º | 0.23% | 0.96% | - |
| XYZ | 67.46 | 82.2 | 59.89 | - |
| YUV | 227.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 188 | 0.16 | 0 | 0.23 | 0.04 | 100 | 0.74 | 0.85 |
| Hex | CF | F5 | BC | 10 | 0 | 17 | 4 | 64 | 4A | 55 |
| Octal | 317 | 365 | 274 | 20 | 0 | 27 | 4 | 144 | 112 | 125 |
| Binary | 11001111 | 11110101 | 10111100 | 10000 | 0 | 10111 | 100 | 1100100 | 1001010 | 1010101 |
Color Harmonies of #CFF5BC
Complementary color
Monochromatic Colors of #CFF5BC
Black with #CFF5BC
Text Example
Text Example
White with #CFF5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5BC; }
p { color: rgb(207,245,188); }
H1.HeaderClassName
{
color: #CFF5BC;
}
.AnyTagClassName
{
color: #CFF5BC;
}
</style>
background-color css
<style>
a { background-color: #CFF5BC; }
a { background-color: rgb(207,245,188); }
div.DivClassName
{
background-color: #CFF5BC;
}
.BgClassName
{
background-color: #CFF5BC;
}
</style>
border-color css
<style>
span { border-color: #CFF5BC; }
span { border-color: rgb(207,245,188); }
td.TdClassName
{
border-color: #CFF5BC;
}
.TagClassName
{
border-color: #CFF5BC;
}
</style>