Shades of Tea Green #C9FCBC
Tints of Tea Green #C9FCBC
RGB
CMYK
RGB Variations
Color information
#C9FCBC (or 0xC9FCBC) is known color: Tea Green. HEX triplet: C9, FC and BC. RGB value is (201,252,188). Sum of RGB (Red+Green+Blue) = 201+252+188=641 (84% of max value = 765). Red value is 201 (78.91% from 255 or 31.36% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FCBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FCBC is #360343. Grayscale: #E5E5E5. Windows color (decimal): -3539780 or 12385481. OLE color: 12385481.
HSL color Cylindrical-coordinate representation of color #C9FCBC: hue angle of 107.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9FCBC is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 188 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.01 |
| HSL | 107.81º | 0.91% | 0.86% | - |
| HSV(B) | 107.81º | 0.25% | 0.99% | - |
| XYZ | 67.97 | 85.67 | 60.53 | - |
| YUV | 229.46 | 104.6 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 188 | 0.20 | 0 | 0.25 | 0.01 | 107.81 | 0.91 | 0.86 |
| Hex | C9 | FC | BC | 14 | 0 | 19 | 1 | 6C | 5B | 56 |
| Octal | 311 | 374 | 274 | 24 | 0 | 31 | 1 | 154 | 133 | 126 |
| Binary | 11001001 | 11111100 | 10111100 | 10100 | 0 | 11001 | 1 | 1101100 | 1011011 | 1010110 |
Color Harmonies of #C9FCBC
Complementary color
Monochromatic Colors of #C9FCBC
Black with #C9FCBC
Text Example
Text Example
White with #C9FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FCBC; }
p { color: rgb(201,252,188); }
H1.HeaderClassName
{
color: #C9FCBC;
}
.AnyTagClassName
{
color: #C9FCBC;
}
</style>
background-color css
<style>
a { background-color: #C9FCBC; }
a { background-color: rgb(201,252,188); }
div.DivClassName
{
background-color: #C9FCBC;
}
.BgClassName
{
background-color: #C9FCBC;
}
</style>
border-color css
<style>
span { border-color: #C9FCBC; }
span { border-color: rgb(201,252,188); }
td.TdClassName
{
border-color: #C9FCBC;
}
.TagClassName
{
border-color: #C9FCBC;
}
</style>