Shades of Tea Green #C8F2BF
Tints of Tea Green #C8F2BF
RGB
CMYK
RGB Variations
Color information
#C8F2BF (or 0xC8F2BF) is known color: Tea Green. HEX triplet: C8, F2 and BF. RGB value is (200,242,191). Sum of RGB (Red+Green+Blue) = 200+242+191=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F2BF is #370D40. Grayscale: #DFDFDF. Windows color (decimal): -3607873 or 12579528. OLE color: 12579528.
HSL color Cylindrical-coordinate representation of color #C8F2BF: hue angle of 109.41º degrees, saturation: 0.66, 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 #C8F2BF is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 191 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.05 |
| HSL | 109.41º | 0.66% | 0.85% | - |
| HSV(B) | 109.41º | 0.21% | 0.95% | - |
| XYZ | 64.98 | 79.55 | 61.22 | - |
| YUV | 223.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 191 | 0.17 | 0 | 0.21 | 0.05 | 109.41 | 0.66 | 0.85 |
| Hex | C8 | F2 | BF | 11 | 0 | 15 | 5 | 6D | 42 | 55 |
| Octal | 310 | 362 | 277 | 21 | 0 | 25 | 5 | 155 | 102 | 125 |
| Binary | 11001000 | 11110010 | 10111111 | 10001 | 0 | 10101 | 101 | 1101101 | 1000010 | 1010101 |
Color Harmonies of #C8F2BF
Complementary color
Monochromatic Colors of #C8F2BF
Black with #C8F2BF
Text Example
Text Example
White with #C8F2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F2BF; }
p { color: rgb(200,242,191); }
H1.HeaderClassName
{
color: #C8F2BF;
}
.AnyTagClassName
{
color: #C8F2BF;
}
</style>
background-color css
<style>
a { background-color: #C8F2BF; }
a { background-color: rgb(200,242,191); }
div.DivClassName
{
background-color: #C8F2BF;
}
.BgClassName
{
background-color: #C8F2BF;
}
</style>
border-color css
<style>
span { border-color: #C8F2BF; }
span { border-color: rgb(200,242,191); }
td.TdClassName
{
border-color: #C8F2BF;
}
.TagClassName
{
border-color: #C8F2BF;
}
</style>