Shades of Tea Green #C8F1AC
Tints of Tea Green #C8F1AC
RGB
CMYK
RGB Variations
Color information
#C8F1AC (or 0xC8F1AC) is known color: Tea Green. HEX triplet: C8, F1 and AC. RGB value is (200,241,172). Sum of RGB (Red+Green+Blue) = 200+241+172=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F1AC is #370E53. Grayscale: #DDDDDD. Windows color (decimal): -3608148 or 11334088. OLE color: 11334088.
HSL color Cylindrical-coordinate representation of color #C8F1AC: hue angle of 95.65º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8F1AC is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 172 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.05 |
| HSL | 95.65º | 0.71% | 0.81% | - |
| HSV(B) | 95.65º | 0.29% | 0.95% | - |
| XYZ | 62.72 | 78.17 | 50.81 | - |
| YUV | 220.88 | 100.42 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 172 | 0.17 | 0 | 0.29 | 0.05 | 95.65 | 0.71 | 0.81 |
| Hex | C8 | F1 | AC | 11 | 0 | 1D | 5 | 60 | 47 | 51 |
| Octal | 310 | 361 | 254 | 21 | 0 | 35 | 5 | 140 | 107 | 121 |
| Binary | 11001000 | 11110001 | 10101100 | 10001 | 0 | 11101 | 101 | 1100000 | 1000111 | 1010001 |
Color Harmonies of #C8F1AC
Complementary color
Monochromatic Colors of #C8F1AC
Black with #C8F1AC
Text Example
Text Example
White with #C8F1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F1AC; }
p { color: rgb(200,241,172); }
H1.HeaderClassName
{
color: #C8F1AC;
}
.AnyTagClassName
{
color: #C8F1AC;
}
</style>
background-color css
<style>
a { background-color: #C8F1AC; }
a { background-color: rgb(200,241,172); }
div.DivClassName
{
background-color: #C8F1AC;
}
.BgClassName
{
background-color: #C8F1AC;
}
</style>
border-color css
<style>
span { border-color: #C8F1AC; }
span { border-color: rgb(200,241,172); }
td.TdClassName
{
border-color: #C8F1AC;
}
.TagClassName
{
border-color: #C8F1AC;
}
</style>