Shades of Tea Green #CFF0BF
Tints of Tea Green #CFF0BF
RGB
CMYK
RGB Variations
Color information
#CFF0BF (or 0xCFF0BF) is known color: Tea Green. HEX triplet: CF, F0 and BF. RGB value is (207,240,191). Sum of RGB (Red+Green+Blue) = 207+240+191=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0BF is #300F40. Grayscale: #E0E0E0. Windows color (decimal): -3149633 or 12579023. OLE color: 12579023.
HSL color Cylindrical-coordinate representation of color #CFF0BF: hue angle of 100.41º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFF0BF is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 191 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.06 |
| HSL | 100.41º | 0.62% | 0.85% | - |
| HSV(B) | 100.41º | 0.2% | 0.94% | - |
| XYZ | 66.3 | 79.35 | 61.11 | - |
| YUV | 224.55 | 109.07 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 191 | 0.14 | 0 | 0.20 | 0.06 | 100.41 | 0.62 | 0.85 |
| Hex | CF | F0 | BF | E | 0 | 14 | 6 | 64 | 3E | 55 |
| Octal | 317 | 360 | 277 | 16 | 0 | 24 | 6 | 144 | 76 | 125 |
| Binary | 11001111 | 11110000 | 10111111 | 1110 | 0 | 10100 | 110 | 1100100 | 111110 | 1010101 |
Color Harmonies of #CFF0BF
Complementary color
Monochromatic Colors of #CFF0BF
Black with #CFF0BF
Text Example
Text Example
White with #CFF0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0BF; }
p { color: rgb(207,240,191); }
H1.HeaderClassName
{
color: #CFF0BF;
}
.AnyTagClassName
{
color: #CFF0BF;
}
</style>
background-color css
<style>
a { background-color: #CFF0BF; }
a { background-color: rgb(207,240,191); }
div.DivClassName
{
background-color: #CFF0BF;
}
.BgClassName
{
background-color: #CFF0BF;
}
</style>
border-color css
<style>
span { border-color: #CFF0BF; }
span { border-color: rgb(207,240,191); }
td.TdClassName
{
border-color: #CFF0BF;
}
.TagClassName
{
border-color: #CFF0BF;
}
</style>