Shades of Tea Green #C8F8AC
Tints of Tea Green #C8F8AC
RGB
CMYK
RGB Variations
Color information
#C8F8AC (or 0xC8F8AC) is known color: Tea Green. HEX triplet: C8, F8 and AC. RGB value is (200,248,172). Sum of RGB (Red+Green+Blue) = 200+248+172=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 248 (97.27% from 255 or 40% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F8AC is #370753. Grayscale: #E1E1E1. Windows color (decimal): -3606356 or 11335880. OLE color: 11335880.
HSL color Cylindrical-coordinate representation of color #C8F8AC: hue angle of 97.89º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8F8AC is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 172 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.03 |
| HSL | 97.89º | 0.84% | 0.82% | - |
| HSV(B) | 97.89º | 0.31% | 0.97% | - |
| XYZ | 64.83 | 82.39 | 51.52 | - |
| YUV | 224.98 | 98.1 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 172 | 0.19 | 0 | 0.31 | 0.03 | 97.89 | 0.84 | 0.82 |
| Hex | C8 | F8 | AC | 13 | 0 | 1F | 3 | 62 | 54 | 52 |
| Octal | 310 | 370 | 254 | 23 | 0 | 37 | 3 | 142 | 124 | 122 |
| Binary | 11001000 | 11111000 | 10101100 | 10011 | 0 | 11111 | 11 | 1100010 | 1010100 | 1010010 |
Color Harmonies of #C8F8AC
Complementary color
Monochromatic Colors of #C8F8AC
Black with #C8F8AC
Text Example
Text Example
White with #C8F8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8AC; }
p { color: rgb(200,248,172); }
H1.HeaderClassName
{
color: #C8F8AC;
}
.AnyTagClassName
{
color: #C8F8AC;
}
</style>
background-color css
<style>
a { background-color: #C8F8AC; }
a { background-color: rgb(200,248,172); }
div.DivClassName
{
background-color: #C8F8AC;
}
.BgClassName
{
background-color: #C8F8AC;
}
</style>
border-color css
<style>
span { border-color: #C8F8AC; }
span { border-color: rgb(200,248,172); }
td.TdClassName
{
border-color: #C8F8AC;
}
.TagClassName
{
border-color: #C8F8AC;
}
</style>