Shades of Tea Green #C8F8AA
Tints of Tea Green #C8F8AA
RGB
CMYK
RGB Variations
Color information
#C8F8AA (or 0xC8F8AA) is known color: Tea Green. HEX triplet: C8, F8 and AA. RGB value is (200,248,170). Sum of RGB (Red+Green+Blue) = 200+248+170=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F8AA is #370755. Grayscale: #E1E1E1. Windows color (decimal): -3606358 or 11204808. OLE color: 11204808.
HSL color Cylindrical-coordinate representation of color #C8F8AA: hue angle of 96.92º degrees, saturation: 0.85, 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 #C8F8AA is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 170 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.03 |
| HSL | 96.92º | 0.85% | 0.82% | - |
| HSV(B) | 96.92º | 0.31% | 0.97% | - |
| XYZ | 64.64 | 82.32 | 50.51 | - |
| YUV | 224.76 | 97.1 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 170 | 0.19 | 0 | 0.31 | 0.03 | 96.92 | 0.85 | 0.82 |
| Hex | C8 | F8 | AA | 13 | 0 | 1F | 3 | 61 | 55 | 52 |
| Octal | 310 | 370 | 252 | 23 | 0 | 37 | 3 | 141 | 125 | 122 |
| Binary | 11001000 | 11111000 | 10101010 | 10011 | 0 | 11111 | 11 | 1100001 | 1010101 | 1010010 |
Color Harmonies of #C8F8AA
Complementary color
Monochromatic Colors of #C8F8AA
Black with #C8F8AA
Text Example
Text Example
White with #C8F8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F8AA; }
p { color: rgb(200,248,170); }
H1.HeaderClassName
{
color: #C8F8AA;
}
.AnyTagClassName
{
color: #C8F8AA;
}
</style>
background-color css
<style>
a { background-color: #C8F8AA; }
a { background-color: rgb(200,248,170); }
div.DivClassName
{
background-color: #C8F8AA;
}
.BgClassName
{
background-color: #C8F8AA;
}
</style>
border-color css
<style>
span { border-color: #C8F8AA; }
span { border-color: rgb(200,248,170); }
td.TdClassName
{
border-color: #C8F8AA;
}
.TagClassName
{
border-color: #C8F8AA;
}
</style>