Shades of Tea Green #C9FFBC
Tints of Tea Green #C9FFBC
RGB
CMYK
RGB Variations
Color information
#C9FFBC (or 0xC9FFBC) is known color: Tea Green. HEX triplet: C9, FF and BC. RGB value is (201,255,188). Sum of RGB (Red+Green+Blue) = 201+255+188=644 (85% of max value = 765). Red value is 201 (78.91% from 255 or 31.21% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FFBC is #360043. Grayscale: #E7E7E7. Windows color (decimal): -3539012 or 12386249. OLE color: 12386249.
HSL color Cylindrical-coordinate representation of color #C9FFBC: hue angle of 108.36º 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 #C9FFBC is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 188 | - |
| CMYK | 0.21 | 0 | 0.26 | 0 |
| HSL | 108.36º | 1% | 0.87% | - |
| HSV(B) | 108.36º | 0.26% | 1% | - |
| XYZ | 68.92 | 87.57 | 60.85 | - |
| YUV | 231.22 | 103.61 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 188 | 0.21 | 0 | 0.26 | 0 | 108.36 | 1 | 0.87 |
| Hex | C9 | FF | BC | 15 | 0 | 1A | 0 | 6C | 64 | 57 |
| Octal | 311 | 377 | 274 | 25 | 0 | 32 | 0 | 154 | 144 | 127 |
| Binary | 11001001 | 11111111 | 10111100 | 10101 | 0 | 11010 | 0 | 1101100 | 1100100 | 1010111 |
Color Harmonies of #C9FFBC
Complementary color
Monochromatic Colors of #C9FFBC
Black with #C9FFBC
Text Example
Text Example
White with #C9FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFBC; }
p { color: rgb(201,255,188); }
H1.HeaderClassName
{
color: #C9FFBC;
}
.AnyTagClassName
{
color: #C9FFBC;
}
</style>
background-color css
<style>
a { background-color: #C9FFBC; }
a { background-color: rgb(201,255,188); }
div.DivClassName
{
background-color: #C9FFBC;
}
.BgClassName
{
background-color: #C9FFBC;
}
</style>
border-color css
<style>
span { border-color: #C9FFBC; }
span { border-color: rgb(201,255,188); }
td.TdClassName
{
border-color: #C9FFBC;
}
.TagClassName
{
border-color: #C9FFBC;
}
</style>