Shades of Tea Green #C9F0C3
Tints of Tea Green #C9F0C3
RGB
CMYK
RGB Variations
Color information
#C9F0C3 (or 0xC9F0C3) is known color: Tea Green. HEX triplet: C9, F0 and C3. RGB value is (201,240,195). Sum of RGB (Red+Green+Blue) = 201+240+195=636 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.60% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F0C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F0C3 is #360F3C. Grayscale: #DFDFDF. Windows color (decimal): -3542845 or 12841161. OLE color: 12841161.
HSL color Cylindrical-coordinate representation of color #C9F0C3: hue angle of 112º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9F0C3 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 195 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.06 |
| HSL | 112º | 0.6% | 0.85% | - |
| HSV(B) | 112º | 0.19% | 0.94% | - |
| XYZ | 65.1 | 78.68 | 63.39 | - |
| YUV | 223.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 195 | 0.16 | 0 | 0.19 | 0.06 | 112 | 0.6 | 0.85 |
| Hex | C9 | F0 | C3 | 10 | 0 | 13 | 6 | 70 | 3C | 55 |
| Octal | 311 | 360 | 303 | 20 | 0 | 23 | 6 | 160 | 74 | 125 |
| Binary | 11001001 | 11110000 | 11000011 | 10000 | 0 | 10011 | 110 | 1110000 | 111100 | 1010101 |
Color Harmonies of #C9F0C3
Complementary color
Monochromatic Colors of #C9F0C3
Black with #C9F0C3
Text Example
Text Example
White with #C9F0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F0C3; }
p { color: rgb(201,240,195); }
H1.HeaderClassName
{
color: #C9F0C3;
}
.AnyTagClassName
{
color: #C9F0C3;
}
</style>
background-color css
<style>
a { background-color: #C9F0C3; }
a { background-color: rgb(201,240,195); }
div.DivClassName
{
background-color: #C9F0C3;
}
.BgClassName
{
background-color: #C9F0C3;
}
</style>
border-color css
<style>
span { border-color: #C9F0C3; }
span { border-color: rgb(201,240,195); }
td.TdClassName
{
border-color: #C9F0C3;
}
.TagClassName
{
border-color: #C9F0C3;
}
</style>