Shades of Tea Green #C8F1AF
Tints of Tea Green #C8F1AF
RGB
CMYK
RGB Variations
Color information
#C8F1AF (or 0xC8F1AF) is known color: Tea Green. HEX triplet: C8, F1 and AF. RGB value is (200,241,175). Sum of RGB (Red+Green+Blue) = 200+241+175=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F1AF is #370E50. Grayscale: #DDDDDD. Windows color (decimal): -3608145 or 11530696. OLE color: 11530696.
HSL color Cylindrical-coordinate representation of color #C8F1AF: hue angle of 97.27º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8F1AF is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 175 | - |
| CMYK | 0.17 | 0 | 0.27 | 0.05 |
| HSL | 97.27º | 0.7% | 0.82% | - |
| HSV(B) | 97.27º | 0.27% | 0.95% | - |
| XYZ | 63.01 | 78.29 | 52.35 | - |
| YUV | 221.22 | 101.92 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 175 | 0.17 | 0 | 0.27 | 0.05 | 97.27 | 0.7 | 0.82 |
| Hex | C8 | F1 | AF | 11 | 0 | 1B | 5 | 61 | 46 | 52 |
| Octal | 310 | 361 | 257 | 21 | 0 | 33 | 5 | 141 | 106 | 122 |
| Binary | 11001000 | 11110001 | 10101111 | 10001 | 0 | 11011 | 101 | 1100001 | 1000110 | 1010010 |
Color Harmonies of #C8F1AF
Complementary color
Monochromatic Colors of #C8F1AF
Black with #C8F1AF
Text Example
Text Example
White with #C8F1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F1AF; }
p { color: rgb(200,241,175); }
H1.HeaderClassName
{
color: #C8F1AF;
}
.AnyTagClassName
{
color: #C8F1AF;
}
</style>
background-color css
<style>
a { background-color: #C8F1AF; }
a { background-color: rgb(200,241,175); }
div.DivClassName
{
background-color: #C8F1AF;
}
.BgClassName
{
background-color: #C8F1AF;
}
</style>
border-color css
<style>
span { border-color: #C8F1AF; }
span { border-color: rgb(200,241,175); }
td.TdClassName
{
border-color: #C8F1AF;
}
.TagClassName
{
border-color: #C8F1AF;
}
</style>