Shades of Tea Green #C9F0BF
Tints of Tea Green #C9F0BF
RGB
CMYK
RGB Variations
Color information
#C9F0BF (or 0xC9F0BF) is known color: Tea Green. HEX triplet: C9, F0 and BF. RGB value is (201,240,191). Sum of RGB (Red+Green+Blue) = 201+240+191=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F0BF is #360F40. Grayscale: #DEDEDE. Windows color (decimal): -3542849 or 12579017. OLE color: 12579017.
HSL color Cylindrical-coordinate representation of color #C9F0BF: hue angle of 107.76º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9F0BF is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 191 | - |
| CMYK | 0.16 | 0 | 0.20 | 0.06 |
| HSL | 107.76º | 0.62% | 0.85% | - |
| HSV(B) | 107.76º | 0.2% | 0.94% | - |
| XYZ | 64.65 | 78.5 | 61.03 | - |
| YUV | 222.75 | 110.08 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 191 | 0.16 | 0 | 0.20 | 0.06 | 107.76 | 0.62 | 0.85 |
| Hex | C9 | F0 | BF | 10 | 0 | 14 | 6 | 6C | 3E | 55 |
| Octal | 311 | 360 | 277 | 20 | 0 | 24 | 6 | 154 | 76 | 125 |
| Binary | 11001001 | 11110000 | 10111111 | 10000 | 0 | 10100 | 110 | 1101100 | 111110 | 1010101 |
Color Harmonies of #C9F0BF
Complementary color
Monochromatic Colors of #C9F0BF
Black with #C9F0BF
Text Example
Text Example
White with #C9F0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F0BF; }
p { color: rgb(201,240,191); }
H1.HeaderClassName
{
color: #C9F0BF;
}
.AnyTagClassName
{
color: #C9F0BF;
}
</style>
background-color css
<style>
a { background-color: #C9F0BF; }
a { background-color: rgb(201,240,191); }
div.DivClassName
{
background-color: #C9F0BF;
}
.BgClassName
{
background-color: #C9F0BF;
}
</style>
border-color css
<style>
span { border-color: #C9F0BF; }
span { border-color: rgb(201,240,191); }
td.TdClassName
{
border-color: #C9F0BF;
}
.TagClassName
{
border-color: #C9F0BF;
}
</style>