Shades of Tea Green #C8FCB0
Tints of Tea Green #C8FCB0
RGB
CMYK
RGB Variations
Color information
#C8FCB0 (or 0xC8FCB0) is known color: Tea Green. HEX triplet: C8, FC and B0. RGB value is (200,252,176). Sum of RGB (Red+Green+Blue) = 200+252+176=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 176 (69.14% from 255 or 28.03% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FCB0 is #37034F. Grayscale: #E4E4E4. Windows color (decimal): -3605328 or 11599048. OLE color: 11599048.
HSL color Cylindrical-coordinate representation of color #C8FCB0: hue angle of 101.05º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8FCB0 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 176 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.01 |
| HSL | 101.05º | 0.93% | 0.84% | - |
| HSV(B) | 101.05º | 0.3% | 0.99% | - |
| XYZ | 66.47 | 85.03 | 53.98 | - |
| YUV | 227.79 | 98.77 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 176 | 0.21 | 0 | 0.30 | 0.01 | 101.05 | 0.93 | 0.84 |
| Hex | C8 | FC | B0 | 15 | 0 | 1E | 1 | 65 | 5D | 54 |
| Octal | 310 | 374 | 260 | 25 | 0 | 36 | 1 | 145 | 135 | 124 |
| Binary | 11001000 | 11111100 | 10110000 | 10101 | 0 | 11110 | 1 | 1100101 | 1011101 | 1010100 |
Color Harmonies of #C8FCB0
Complementary color
Monochromatic Colors of #C8FCB0
Black with #C8FCB0
Text Example
Text Example
White with #C8FCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCB0; }
p { color: rgb(200,252,176); }
H1.HeaderClassName
{
color: #C8FCB0;
}
.AnyTagClassName
{
color: #C8FCB0;
}
</style>
background-color css
<style>
a { background-color: #C8FCB0; }
a { background-color: rgb(200,252,176); }
div.DivClassName
{
background-color: #C8FCB0;
}
.BgClassName
{
background-color: #C8FCB0;
}
</style>
border-color css
<style>
span { border-color: #C8FCB0; }
span { border-color: rgb(200,252,176); }
td.TdClassName
{
border-color: #C8FCB0;
}
.TagClassName
{
border-color: #C8FCB0;
}
</style>