Shades of Tea Green #C8F6AA
Tints of Tea Green #C8F6AA
RGB
CMYK
RGB Variations
Color information
#C8F6AA (or 0xC8F6AA) is known color: Tea Green. HEX triplet: C8, F6 and AA. RGB value is (200,246,170). Sum of RGB (Red+Green+Blue) = 200+246+170=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 246 (96.48% from 255 or 39.94% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F6AA is #370955. Grayscale: #DFDFDF. Windows color (decimal): -3606870 or 11204296. OLE color: 11204296.
HSL color Cylindrical-coordinate representation of color #C8F6AA: hue angle of 96.32º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8F6AA is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 246 | 170 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.04 |
| HSL | 96.32º | 0.81% | 0.82% | - |
| HSV(B) | 96.32º | 0.31% | 0.96% | - |
| XYZ | 64.03 | 81.09 | 50.31 | - |
| YUV | 223.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 170 | 0.19 | 0 | 0.31 | 0.04 | 96.32 | 0.81 | 0.82 |
| Hex | C8 | F6 | AA | 13 | 0 | 1F | 4 | 60 | 51 | 52 |
| Octal | 310 | 366 | 252 | 23 | 0 | 37 | 4 | 140 | 121 | 122 |
| Binary | 11001000 | 11110110 | 10101010 | 10011 | 0 | 11111 | 100 | 1100000 | 1010001 | 1010010 |
Color Harmonies of #C8F6AA
Complementary color
Monochromatic Colors of #C8F6AA
Black with #C8F6AA
Text Example
Text Example
White with #C8F6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F6AA; }
p { color: rgb(200,246,170); }
H1.HeaderClassName
{
color: #C8F6AA;
}
.AnyTagClassName
{
color: #C8F6AA;
}
</style>
background-color css
<style>
a { background-color: #C8F6AA; }
a { background-color: rgb(200,246,170); }
div.DivClassName
{
background-color: #C8F6AA;
}
.BgClassName
{
background-color: #C8F6AA;
}
</style>
border-color css
<style>
span { border-color: #C8F6AA; }
span { border-color: rgb(200,246,170); }
td.TdClassName
{
border-color: #C8F6AA;
}
.TagClassName
{
border-color: #C8F6AA;
}
</style>