Shades of Tea Green #C8EFBF
Tints of Tea Green #C8EFBF
RGB
CMYK
RGB Variations
Color information
#C8EFBF (or 0xC8EFBF) is known color: Tea Green. HEX triplet: C8, EF and BF. RGB value is (200,239,191). Sum of RGB (Red+Green+Blue) = 200+239+191=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFBF is #371040. Grayscale: #DEDEDE. Windows color (decimal): -3608641 or 12578760. OLE color: 12578760.
HSL color Cylindrical-coordinate representation of color #C8EFBF: hue angle of 108.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8EFBF is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 191 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.06 |
| HSL | 108.75º | 0.6% | 0.84% | - |
| HSV(B) | 108.75º | 0.2% | 0.94% | - |
| XYZ | 64.09 | 77.77 | 60.92 | - |
| YUV | 221.87 | 110.58 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 191 | 0.16 | 0 | 0.20 | 0.06 | 108.75 | 0.6 | 0.84 |
| Hex | C8 | EF | BF | 10 | 0 | 14 | 6 | 6D | 3C | 54 |
| Octal | 310 | 357 | 277 | 20 | 0 | 24 | 6 | 155 | 74 | 124 |
| Binary | 11001000 | 11101111 | 10111111 | 10000 | 0 | 10100 | 110 | 1101101 | 111100 | 1010100 |
Color Harmonies of #C8EFBF
Complementary color
Monochromatic Colors of #C8EFBF
Black with #C8EFBF
Text Example
Text Example
White with #C8EFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFBF; }
p { color: rgb(200,239,191); }
H1.HeaderClassName
{
color: #C8EFBF;
}
.AnyTagClassName
{
color: #C8EFBF;
}
</style>
background-color css
<style>
a { background-color: #C8EFBF; }
a { background-color: rgb(200,239,191); }
div.DivClassName
{
background-color: #C8EFBF;
}
.BgClassName
{
background-color: #C8EFBF;
}
</style>
border-color css
<style>
span { border-color: #C8EFBF; }
span { border-color: rgb(200,239,191); }
td.TdClassName
{
border-color: #C8EFBF;
}
.TagClassName
{
border-color: #C8EFBF;
}
</style>