Shades of Tea Green #C8FAB9
Tints of Tea Green #C8FAB9
RGB
CMYK
RGB Variations
Color information
#C8FAB9 (or 0xC8FAB9) is known color: Tea Green. HEX triplet: C8, FA and B9. RGB value is (200,250,185). Sum of RGB (Red+Green+Blue) = 200+250+185=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAB9 is #370546. Grayscale: #E3E3E3. Windows color (decimal): -3605831 or 12188360. OLE color: 12188360.
HSL color Cylindrical-coordinate representation of color #C8FAB9: hue angle of 106.15º degrees, saturation: 0.87, 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 #C8FAB9 is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 185 | - |
| CMYK | 0.2 | 0 | 0.26 | 0.02 |
| HSL | 106.15º | 0.87% | 0.85% | - |
| HSV(B) | 106.15º | 0.26% | 0.98% | - |
| XYZ | 66.76 | 84.15 | 58.62 | - |
| YUV | 227.64 | 103.94 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 185 | 0.2 | 0 | 0.26 | 0.02 | 106.15 | 0.87 | 0.85 |
| Hex | C8 | FA | B9 | 14 | 0 | 1A | 2 | 6A | 57 | 55 |
| Octal | 310 | 372 | 271 | 24 | 0 | 32 | 2 | 152 | 127 | 125 |
| Binary | 11001000 | 11111010 | 10111001 | 10100 | 0 | 11010 | 10 | 1101010 | 1010111 | 1010101 |
Color Harmonies of #C8FAB9
Complementary color
Monochromatic Colors of #C8FAB9
Black with #C8FAB9
Text Example
Text Example
White with #C8FAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAB9; }
p { color: rgb(200,250,185); }
H1.HeaderClassName
{
color: #C8FAB9;
}
.AnyTagClassName
{
color: #C8FAB9;
}
</style>
background-color css
<style>
a { background-color: #C8FAB9; }
a { background-color: rgb(200,250,185); }
div.DivClassName
{
background-color: #C8FAB9;
}
.BgClassName
{
background-color: #C8FAB9;
}
</style>
border-color css
<style>
span { border-color: #C8FAB9; }
span { border-color: rgb(200,250,185); }
td.TdClassName
{
border-color: #C8FAB9;
}
.TagClassName
{
border-color: #C8FAB9;
}
</style>