Shades of Tea Green #C8FCAA
Tints of Tea Green #C8FCAA
RGB
CMYK
RGB Variations
Color information
#C8FCAA (or 0xC8FCAA) is known color: Tea Green. HEX triplet: C8, FC and AA. RGB value is (200,252,170). Sum of RGB (Red+Green+Blue) = 200+252+170=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FCAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FCAA is #370355. Grayscale: #E3E3E3. Windows color (decimal): -3605334 or 11205832. OLE color: 11205832.
HSL color Cylindrical-coordinate representation of color #C8FCAA: hue angle of 98.05º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8FCAA is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 170 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.01 |
| HSL | 98.05º | 0.93% | 0.83% | - |
| HSV(B) | 98.05º | 0.33% | 0.99% | - |
| XYZ | 65.89 | 84.8 | 50.93 | - |
| YUV | 227.1 | 95.77 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 170 | 0.21 | 0 | 0.33 | 0.01 | 98.05 | 0.93 | 0.83 |
| Hex | C8 | FC | AA | 15 | 0 | 21 | 1 | 62 | 5D | 53 |
| Octal | 310 | 374 | 252 | 25 | 0 | 41 | 1 | 142 | 135 | 123 |
| Binary | 11001000 | 11111100 | 10101010 | 10101 | 0 | 100001 | 1 | 1100010 | 1011101 | 1010011 |
Color Harmonies of #C8FCAA
Complementary color
Monochromatic Colors of #C8FCAA
Black with #C8FCAA
Text Example
Text Example
White with #C8FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FCAA; }
p { color: rgb(200,252,170); }
H1.HeaderClassName
{
color: #C8FCAA;
}
.AnyTagClassName
{
color: #C8FCAA;
}
</style>
background-color css
<style>
a { background-color: #C8FCAA; }
a { background-color: rgb(200,252,170); }
div.DivClassName
{
background-color: #C8FCAA;
}
.BgClassName
{
background-color: #C8FCAA;
}
</style>
border-color css
<style>
span { border-color: #C8FCAA; }
span { border-color: rgb(200,252,170); }
td.TdClassName
{
border-color: #C8FCAA;
}
.TagClassName
{
border-color: #C8FCAA;
}
</style>