Shades of Tea Green #C8FABA
Tints of Tea Green #C8FABA
RGB
CMYK
RGB Variations
Color information
#C8FABA (or 0xC8FABA) is known color: Tea Green. HEX triplet: C8, FA and BA. RGB value is (200,250,186). Sum of RGB (Red+Green+Blue) = 200+250+186=636 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.45% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FABA is #370545. Grayscale: #E3E3E3. Windows color (decimal): -3605830 or 12253896. OLE color: 12253896.
HSL color Cylindrical-coordinate representation of color #C8FABA: hue angle of 106.88º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8FABA is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 186 | - |
| CMYK | 0.2 | 0 | 0.26 | 0.02 |
| HSL | 106.88º | 0.86% | 0.85% | - |
| HSV(B) | 106.88º | 0.26% | 0.98% | - |
| XYZ | 66.87 | 84.2 | 59.18 | - |
| YUV | 227.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 186 | 0.2 | 0 | 0.26 | 0.02 | 106.88 | 0.86 | 0.85 |
| Hex | C8 | FA | BA | 14 | 0 | 1A | 2 | 6B | 56 | 55 |
| Octal | 310 | 372 | 272 | 24 | 0 | 32 | 2 | 153 | 126 | 125 |
| Binary | 11001000 | 11111010 | 10111010 | 10100 | 0 | 11010 | 10 | 1101011 | 1010110 | 1010101 |
Color Harmonies of #C8FABA
Complementary color
Monochromatic Colors of #C8FABA
Black with #C8FABA
Text Example
Text Example
White with #C8FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FABA; }
p { color: rgb(200,250,186); }
H1.HeaderClassName
{
color: #C8FABA;
}
.AnyTagClassName
{
color: #C8FABA;
}
</style>
background-color css
<style>
a { background-color: #C8FABA; }
a { background-color: rgb(200,250,186); }
div.DivClassName
{
background-color: #C8FABA;
}
.BgClassName
{
background-color: #C8FABA;
}
</style>
border-color css
<style>
span { border-color: #C8FABA; }
span { border-color: rgb(200,250,186); }
td.TdClassName
{
border-color: #C8FABA;
}
.TagClassName
{
border-color: #C8FABA;
}
</style>