Shades of Tea Green #C9F3C0
Tints of Tea Green #C9F3C0
RGB
CMYK
RGB Variations
Color information
#C9F3C0 (or 0xC9F3C0) is known color: Tea Green. HEX triplet: C9, F3 and C0. RGB value is (201,243,192). Sum of RGB (Red+Green+Blue) = 201+243+192=636 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.60% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #C9F3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F3C0 is #360C3F. Grayscale: #E0E0E0. Windows color (decimal): -3542080 or 12645321. OLE color: 12645321.
HSL color Cylindrical-coordinate representation of color #C9F3C0: hue angle of 109.41º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9F3C0 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 243 | 192 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.05 |
| HSL | 109.41º | 0.68% | 0.85% | - |
| HSV(B) | 109.41º | 0.21% | 0.95% | - |
| XYZ | 65.65 | 80.32 | 61.91 | - |
| YUV | 224.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 243 | 192 | 0.17 | 0 | 0.21 | 0.05 | 109.41 | 0.68 | 0.85 |
| Hex | C9 | F3 | C0 | 11 | 0 | 15 | 5 | 6D | 44 | 55 |
| Octal | 311 | 363 | 300 | 21 | 0 | 25 | 5 | 155 | 104 | 125 |
| Binary | 11001001 | 11110011 | 11000000 | 10001 | 0 | 10101 | 101 | 1101101 | 1000100 | 1010101 |
Color Harmonies of #C9F3C0
Complementary color
Monochromatic Colors of #C9F3C0
Black with #C9F3C0
Text Example
Text Example
White with #C9F3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F3C0; }
p { color: rgb(201,243,192); }
H1.HeaderClassName
{
color: #C9F3C0;
}
.AnyTagClassName
{
color: #C9F3C0;
}
</style>
background-color css
<style>
a { background-color: #C9F3C0; }
a { background-color: rgb(201,243,192); }
div.DivClassName
{
background-color: #C9F3C0;
}
.BgClassName
{
background-color: #C9F3C0;
}
</style>
border-color css
<style>
span { border-color: #C9F3C0; }
span { border-color: rgb(201,243,192); }
td.TdClassName
{
border-color: #C9F3C0;
}
.TagClassName
{
border-color: #C9F3C0;
}
</style>