Shades of Tea Green #CFF2BC
Tints of Tea Green #CFF2BC
RGB
CMYK
RGB Variations
Color information
#CFF2BC (or 0xCFF2BC) is known color: Tea Green. HEX triplet: CF, F2 and BC. RGB value is (207,242,188). Sum of RGB (Red+Green+Blue) = 207+242+188=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2BC is #300D43. Grayscale: #E1E1E1. Windows color (decimal): -3149124 or 12382927. OLE color: 12382927.
HSL color Cylindrical-coordinate representation of color #CFF2BC: hue angle of 98.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFF2BC is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 188 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.05 |
| HSL | 98.89º | 0.68% | 0.84% | - |
| HSV(B) | 98.89º | 0.22% | 0.95% | - |
| XYZ | 66.56 | 80.4 | 59.59 | - |
| YUV | 225.38 | 106.9 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 188 | 0.14 | 0 | 0.22 | 0.05 | 98.89 | 0.68 | 0.84 |
| Hex | CF | F2 | BC | E | 0 | 16 | 5 | 63 | 44 | 54 |
| Octal | 317 | 362 | 274 | 16 | 0 | 26 | 5 | 143 | 104 | 124 |
| Binary | 11001111 | 11110010 | 10111100 | 1110 | 0 | 10110 | 101 | 1100011 | 1000100 | 1010100 |
Color Harmonies of #CFF2BC
Complementary color
Monochromatic Colors of #CFF2BC
Black with #CFF2BC
Text Example
Text Example
White with #CFF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2BC; }
p { color: rgb(207,242,188); }
H1.HeaderClassName
{
color: #CFF2BC;
}
.AnyTagClassName
{
color: #CFF2BC;
}
</style>
background-color css
<style>
a { background-color: #CFF2BC; }
a { background-color: rgb(207,242,188); }
div.DivClassName
{
background-color: #CFF2BC;
}
.BgClassName
{
background-color: #CFF2BC;
}
</style>
border-color css
<style>
span { border-color: #CFF2BC; }
span { border-color: rgb(207,242,188); }
td.TdClassName
{
border-color: #CFF2BC;
}
.TagClassName
{
border-color: #CFF2BC;
}
</style>