Shades of Tea Green #C8F5BF
Tints of Tea Green #C8F5BF
RGB
CMYK
RGB Variations
Color information
#C8F5BF (or 0xC8F5BF) is known color: Tea Green. HEX triplet: C8, F5 and BF. RGB value is (200,245,191). Sum of RGB (Red+Green+Blue) = 200+245+191=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F5BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F5BF is #370A40. Grayscale: #E1E1E1. Windows color (decimal): -3607105 or 12580296. OLE color: 12580296.
HSL color Cylindrical-coordinate representation of color #C8F5BF: hue angle of 110º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8F5BF is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 245 | 191 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.04 |
| HSL | 110º | 0.73% | 0.85% | - |
| HSV(B) | 110º | 0.22% | 0.96% | - |
| XYZ | 65.88 | 81.35 | 61.52 | - |
| YUV | 225.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 191 | 0.18 | 0 | 0.22 | 0.04 | 110 | 0.73 | 0.85 |
| Hex | C8 | F5 | BF | 12 | 0 | 16 | 4 | 6E | 49 | 55 |
| Octal | 310 | 365 | 277 | 22 | 0 | 26 | 4 | 156 | 111 | 125 |
| Binary | 11001000 | 11110101 | 10111111 | 10010 | 0 | 10110 | 100 | 1101110 | 1001001 | 1010101 |
Color Harmonies of #C8F5BF
Complementary color
Monochromatic Colors of #C8F5BF
Black with #C8F5BF
Text Example
Text Example
White with #C8F5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F5BF; }
p { color: rgb(200,245,191); }
H1.HeaderClassName
{
color: #C8F5BF;
}
.AnyTagClassName
{
color: #C8F5BF;
}
</style>
background-color css
<style>
a { background-color: #C8F5BF; }
a { background-color: rgb(200,245,191); }
div.DivClassName
{
background-color: #C8F5BF;
}
.BgClassName
{
background-color: #C8F5BF;
}
</style>
border-color css
<style>
span { border-color: #C8F5BF; }
span { border-color: rgb(200,245,191); }
td.TdClassName
{
border-color: #C8F5BF;
}
.TagClassName
{
border-color: #C8F5BF;
}
</style>