Shades of Tea Green #C8FBAA
Tints of Tea Green #C8FBAA
RGB
CMYK
RGB Variations
Color information
#C8FBAA (or 0xC8FBAA) is known color: Tea Green. HEX triplet: C8, FB and AA. RGB value is (200,251,170). Sum of RGB (Red+Green+Blue) = 200+251+170=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FBAA is #370455. Grayscale: #E2E2E2. Windows color (decimal): -3605590 or 11205576. OLE color: 11205576.
HSL color Cylindrical-coordinate representation of color #C8FBAA: hue angle of 97.78º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8FBAA is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 170 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.02 |
| HSL | 97.78º | 0.91% | 0.83% | - |
| HSV(B) | 97.78º | 0.32% | 0.98% | - |
| XYZ | 65.57 | 84.18 | 50.82 | - |
| YUV | 226.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 170 | 0.20 | 0 | 0.32 | 0.02 | 97.78 | 0.91 | 0.83 |
| Hex | C8 | FB | AA | 14 | 0 | 20 | 2 | 62 | 5B | 53 |
| Octal | 310 | 373 | 252 | 24 | 0 | 40 | 2 | 142 | 133 | 123 |
| Binary | 11001000 | 11111011 | 10101010 | 10100 | 0 | 100000 | 10 | 1100010 | 1011011 | 1010011 |
Color Harmonies of #C8FBAA
Complementary color
Monochromatic Colors of #C8FBAA
Black with #C8FBAA
Text Example
Text Example
White with #C8FBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FBAA; }
p { color: rgb(200,251,170); }
H1.HeaderClassName
{
color: #C8FBAA;
}
.AnyTagClassName
{
color: #C8FBAA;
}
</style>
background-color css
<style>
a { background-color: #C8FBAA; }
a { background-color: rgb(200,251,170); }
div.DivClassName
{
background-color: #C8FBAA;
}
.BgClassName
{
background-color: #C8FBAA;
}
</style>
border-color css
<style>
span { border-color: #C8FBAA; }
span { border-color: rgb(200,251,170); }
td.TdClassName
{
border-color: #C8FBAA;
}
.TagClassName
{
border-color: #C8FBAA;
}
</style>