Shades of Tea Green #C9FFBD
Tints of Tea Green #C9FFBD
RGB
CMYK
RGB Variations
Color information
#C9FFBD (or 0xC9FFBD) is known color: Tea Green. HEX triplet: C9, FF and BD. RGB value is (201,255,189). Sum of RGB (Red+Green+Blue) = 201+255+189=645 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.16% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FFBD is #360042. Grayscale: #E7E7E7. Windows color (decimal): -3539011 or 12451785. OLE color: 12451785.
HSL color Cylindrical-coordinate representation of color #C9FFBD: hue angle of 109.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9FFBD is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 189 | - |
| CMYK | 0.21 | 0 | 0.26 | 0 |
| HSL | 109.09º | 1% | 0.87% | - |
| HSV(B) | 109.09º | 0.26% | 1% | - |
| XYZ | 69.03 | 87.61 | 61.42 | - |
| YUV | 231.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 189 | 0.21 | 0 | 0.26 | 0 | 109.09 | 1 | 0.87 |
| Hex | C9 | FF | BD | 15 | 0 | 1A | 0 | 6D | 64 | 57 |
| Octal | 311 | 377 | 275 | 25 | 0 | 32 | 0 | 155 | 144 | 127 |
| Binary | 11001001 | 11111111 | 10111101 | 10101 | 0 | 11010 | 0 | 1101101 | 1100100 | 1010111 |
Color Harmonies of #C9FFBD
Complementary color
Monochromatic Colors of #C9FFBD
Black with #C9FFBD
Text Example
Text Example
White with #C9FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFBD; }
p { color: rgb(201,255,189); }
H1.HeaderClassName
{
color: #C9FFBD;
}
.AnyTagClassName
{
color: #C9FFBD;
}
</style>
background-color css
<style>
a { background-color: #C9FFBD; }
a { background-color: rgb(201,255,189); }
div.DivClassName
{
background-color: #C9FFBD;
}
.BgClassName
{
background-color: #C9FFBD;
}
</style>
border-color css
<style>
span { border-color: #C9FFBD; }
span { border-color: rgb(201,255,189); }
td.TdClassName
{
border-color: #C9FFBD;
}
.TagClassName
{
border-color: #C9FFBD;
}
</style>