Shades of Tea Green #C9FAAB
Tints of Tea Green #C9FAAB
RGB
CMYK
RGB Variations
Color information
#C9FAAB (or 0xC9FAAB) is known color: Tea Green. HEX triplet: C9, FA and AB. RGB value is (201,250,171). Sum of RGB (Red+Green+Blue) = 201+250+171=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FAAB is #360554. Grayscale: #E2E2E2. Windows color (decimal): -3540309 or 11270857. OLE color: 11270857.
HSL color Cylindrical-coordinate representation of color #C9FAAB: hue angle of 97.22º degrees, saturation: 0.89, 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 #C9FAAB is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 171 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.02 |
| HSL | 97.22º | 0.89% | 0.83% | - |
| HSV(B) | 97.22º | 0.32% | 0.98% | - |
| XYZ | 65.62 | 83.73 | 51.23 | - |
| YUV | 226.34 | 96.77 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 171 | 0.20 | 0 | 0.32 | 0.02 | 97.22 | 0.89 | 0.83 |
| Hex | C9 | FA | AB | 14 | 0 | 20 | 2 | 61 | 59 | 53 |
| Octal | 311 | 372 | 253 | 24 | 0 | 40 | 2 | 141 | 131 | 123 |
| Binary | 11001001 | 11111010 | 10101011 | 10100 | 0 | 100000 | 10 | 1100001 | 1011001 | 1010011 |
Color Harmonies of #C9FAAB
Complementary color
Monochromatic Colors of #C9FAAB
Black with #C9FAAB
Text Example
Text Example
White with #C9FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FAAB; }
p { color: rgb(201,250,171); }
H1.HeaderClassName
{
color: #C9FAAB;
}
.AnyTagClassName
{
color: #C9FAAB;
}
</style>
background-color css
<style>
a { background-color: #C9FAAB; }
a { background-color: rgb(201,250,171); }
div.DivClassName
{
background-color: #C9FAAB;
}
.BgClassName
{
background-color: #C9FAAB;
}
</style>
border-color css
<style>
span { border-color: #C9FAAB; }
span { border-color: rgb(201,250,171); }
td.TdClassName
{
border-color: #C9FAAB;
}
.TagClassName
{
border-color: #C9FAAB;
}
</style>