Shades of Tea Green #C8F2AE
Tints of Tea Green #C8F2AE
RGB
CMYK
RGB Variations
Color information
#C8F2AE (or 0xC8F2AE) is known color: Tea Green. HEX triplet: C8, F2 and AE. RGB value is (200,242,174). Sum of RGB (Red+Green+Blue) = 200+242+174=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F2AE is #370D51. Grayscale: #DDDDDD. Windows color (decimal): -3607890 or 11465416. OLE color: 11465416.
HSL color Cylindrical-coordinate representation of color #C8F2AE: hue angle of 97.06º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8F2AE is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 174 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.05 |
| HSL | 97.06º | 0.72% | 0.82% | - |
| HSV(B) | 97.06º | 0.28% | 0.95% | - |
| XYZ | 63.21 | 78.84 | 51.93 | - |
| YUV | 221.69 | 101.09 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 174 | 0.17 | 0 | 0.28 | 0.05 | 97.06 | 0.72 | 0.82 |
| Hex | C8 | F2 | AE | 11 | 0 | 1C | 5 | 61 | 48 | 52 |
| Octal | 310 | 362 | 256 | 21 | 0 | 34 | 5 | 141 | 110 | 122 |
| Binary | 11001000 | 11110010 | 10101110 | 10001 | 0 | 11100 | 101 | 1100001 | 1001000 | 1010010 |
Color Harmonies of #C8F2AE
Complementary color
Monochromatic Colors of #C8F2AE
Black with #C8F2AE
Text Example
Text Example
White with #C8F2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F2AE; }
p { color: rgb(200,242,174); }
H1.HeaderClassName
{
color: #C8F2AE;
}
.AnyTagClassName
{
color: #C8F2AE;
}
</style>
background-color css
<style>
a { background-color: #C8F2AE; }
a { background-color: rgb(200,242,174); }
div.DivClassName
{
background-color: #C8F2AE;
}
.BgClassName
{
background-color: #C8F2AE;
}
</style>
border-color css
<style>
span { border-color: #C8F2AE; }
span { border-color: rgb(200,242,174); }
td.TdClassName
{
border-color: #C8F2AE;
}
.TagClassName
{
border-color: #C8F2AE;
}
</style>