Shades of Tea Green #C9F5C3
Tints of Tea Green #C9F5C3
RGB
CMYK
RGB Variations
Color information
#C9F5C3 (or 0xC9F5C3) is known color: Tea Green. HEX triplet: C9, F5 and C3. RGB value is (201,245,195). Sum of RGB (Red+Green+Blue) = 201+245+195=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 245 (96.09% from 255 or 38.22% from 641); Blue value is 195 (76.56% from 255 or 30.42% from 641); Max value from RGB is 245 - color contains mainly: green. Hex color #C9F5C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F5C3 is #360A3C. Grayscale: #E2E2E2. Windows color (decimal): -3541565 or 12842441. OLE color: 12842441.
HSL color Cylindrical-coordinate representation of color #C9F5C3: hue angle of 112.8º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9F5C3 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 245 | 195 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.04 |
| HSL | 112.8º | 0.71% | 0.86% | - |
| HSV(B) | 112.8º | 0.2% | 0.96% | - |
| XYZ | 66.59 | 81.66 | 63.88 | - |
| YUV | 226.14 | 110.42 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 245 | 195 | 0.18 | 0 | 0.20 | 0.04 | 112.8 | 0.71 | 0.86 |
| Hex | C9 | F5 | C3 | 12 | 0 | 14 | 4 | 71 | 47 | 56 |
| Octal | 311 | 365 | 303 | 22 | 0 | 24 | 4 | 161 | 107 | 126 |
| Binary | 11001001 | 11110101 | 11000011 | 10010 | 0 | 10100 | 100 | 1110001 | 1000111 | 1010110 |
Color Harmonies of #C9F5C3
Complementary color
Monochromatic Colors of #C9F5C3
Black with #C9F5C3
Text Example
Text Example
White with #C9F5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F5C3; }
p { color: rgb(201,245,195); }
H1.HeaderClassName
{
color: #C9F5C3;
}
.AnyTagClassName
{
color: #C9F5C3;
}
</style>
background-color css
<style>
a { background-color: #C9F5C3; }
a { background-color: rgb(201,245,195); }
div.DivClassName
{
background-color: #C9F5C3;
}
.BgClassName
{
background-color: #C9F5C3;
}
</style>
border-color css
<style>
span { border-color: #C9F5C3; }
span { border-color: rgb(201,245,195); }
td.TdClassName
{
border-color: #C9F5C3;
}
.TagClassName
{
border-color: #C9F5C3;
}
</style>