Shades of Tea Green #C7FFAA
Tints of Tea Green #C7FFAA
RGB
CMYK
RGB Variations
Color information
#C7FFAA (or 0xC7FFAA) is known color: Tea Green. HEX triplet: C7, FF and AA. RGB value is (199,255,170). Sum of RGB (Red+Green+Blue) = 199+255+170=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C7FFAA is #380055. Grayscale: #E4E4E4. Windows color (decimal): -3670102 or 11206599. OLE color: 11206599.
HSL color Cylindrical-coordinate representation of color #C7FFAA: hue angle of 99.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7FFAA is Cyan = 0.22, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 170 | - |
| CMYK | 0.22 | 0 | 0.33 | 0 |
| HSL | 99.53º | 1% | 0.83% | - |
| HSV(B) | 99.53º | 0.33% | 1% | - |
| XYZ | 66.57 | 86.56 | 51.23 | - |
| YUV | 228.57 | 94.95 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 170 | 0.22 | 0 | 0.33 | 0 | 99.53 | 1 | 0.83 |
| Hex | C7 | FF | AA | 16 | 0 | 21 | 0 | 64 | 64 | 53 |
| Octal | 307 | 377 | 252 | 26 | 0 | 41 | 0 | 144 | 144 | 123 |
| Binary | 11000111 | 11111111 | 10101010 | 10110 | 0 | 100001 | 0 | 1100100 | 1100100 | 1010011 |
Color Harmonies of #C7FFAA
Complementary color
Monochromatic Colors of #C7FFAA
Black with #C7FFAA
Text Example
Text Example
White with #C7FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFAA; }
p { color: rgb(199,255,170); }
H1.HeaderClassName
{
color: #C7FFAA;
}
.AnyTagClassName
{
color: #C7FFAA;
}
</style>
background-color css
<style>
a { background-color: #C7FFAA; }
a { background-color: rgb(199,255,170); }
div.DivClassName
{
background-color: #C7FFAA;
}
.BgClassName
{
background-color: #C7FFAA;
}
</style>
border-color css
<style>
span { border-color: #C7FFAA; }
span { border-color: rgb(199,255,170); }
td.TdClassName
{
border-color: #C7FFAA;
}
.TagClassName
{
border-color: #C7FFAA;
}
</style>