Shades of Tea Green #C8F1BF
Tints of Tea Green #C8F1BF
RGB
CMYK
RGB Variations
Color information
#C8F1BF (or 0xC8F1BF) is known color: Tea Green. HEX triplet: C8, F1 and BF. RGB value is (200,241,191). Sum of RGB (Red+Green+Blue) = 200+241+191=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F1BF is #370E40. Grayscale: #DFDFDF. Windows color (decimal): -3608129 or 12579272. OLE color: 12579272.
HSL color Cylindrical-coordinate representation of color #C8F1BF: hue angle of 109.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8F1BF is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 191 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.05 |
| HSL | 109.2º | 0.64% | 0.85% | - |
| HSV(B) | 109.2º | 0.21% | 0.95% | - |
| XYZ | 64.68 | 78.95 | 61.12 | - |
| YUV | 223.04 | 109.92 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 191 | 0.17 | 0 | 0.21 | 0.05 | 109.2 | 0.64 | 0.85 |
| Hex | C8 | F1 | BF | 11 | 0 | 15 | 5 | 6D | 40 | 55 |
| Octal | 310 | 361 | 277 | 21 | 0 | 25 | 5 | 155 | 100 | 125 |
| Binary | 11001000 | 11110001 | 10111111 | 10001 | 0 | 10101 | 101 | 1101101 | 1000000 | 1010101 |
Color Harmonies of #C8F1BF
Complementary color
Monochromatic Colors of #C8F1BF
Black with #C8F1BF
Text Example
Text Example
White with #C8F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F1BF; }
p { color: rgb(200,241,191); }
H1.HeaderClassName
{
color: #C8F1BF;
}
.AnyTagClassName
{
color: #C8F1BF;
}
</style>
background-color css
<style>
a { background-color: #C8F1BF; }
a { background-color: rgb(200,241,191); }
div.DivClassName
{
background-color: #C8F1BF;
}
.BgClassName
{
background-color: #C8F1BF;
}
</style>
border-color css
<style>
span { border-color: #C8F1BF; }
span { border-color: rgb(200,241,191); }
td.TdClassName
{
border-color: #C8F1BF;
}
.TagClassName
{
border-color: #C8F1BF;
}
</style>