Shades of Tea Green #C9EFBA
Tints of Tea Green #C9EFBA
RGB
CMYK
RGB Variations
Color information
#C9EFBA (or 0xC9EFBA) is known color: Tea Green. HEX triplet: C9, EF and BA. RGB value is (201,239,186). Sum of RGB (Red+Green+Blue) = 201+239+186=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9EFBA is #361045. Grayscale: #DDDDDD. Windows color (decimal): -3543110 or 12251081. OLE color: 12251081.
HSL color Cylindrical-coordinate representation of color #C9EFBA: hue angle of 103.02º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9EFBA is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 186 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.06 |
| HSL | 103.02º | 0.62% | 0.83% | - |
| HSV(B) | 103.02º | 0.22% | 0.94% | - |
| XYZ | 63.82 | 77.7 | 58.09 | - |
| YUV | 221.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 186 | 0.16 | 0 | 0.22 | 0.06 | 103.02 | 0.62 | 0.83 |
| Hex | C9 | EF | BA | 10 | 0 | 16 | 6 | 67 | 3E | 53 |
| Octal | 311 | 357 | 272 | 20 | 0 | 26 | 6 | 147 | 76 | 123 |
| Binary | 11001001 | 11101111 | 10111010 | 10000 | 0 | 10110 | 110 | 1100111 | 111110 | 1010011 |
Color Harmonies of #C9EFBA
Complementary color
Monochromatic Colors of #C9EFBA
Black with #C9EFBA
Text Example
Text Example
White with #C9EFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EFBA; }
p { color: rgb(201,239,186); }
H1.HeaderClassName
{
color: #C9EFBA;
}
.AnyTagClassName
{
color: #C9EFBA;
}
</style>
background-color css
<style>
a { background-color: #C9EFBA; }
a { background-color: rgb(201,239,186); }
div.DivClassName
{
background-color: #C9EFBA;
}
.BgClassName
{
background-color: #C9EFBA;
}
</style>
border-color css
<style>
span { border-color: #C9EFBA; }
span { border-color: rgb(201,239,186); }
td.TdClassName
{
border-color: #C9EFBA;
}
.TagClassName
{
border-color: #C9EFBA;
}
</style>