Shades of Tea Green #C8EFBA
Tints of Tea Green #C8EFBA
RGB
CMYK
RGB Variations
Color information
#C8EFBA (or 0xC8EFBA) is known color: Tea Green. HEX triplet: C8, EF and BA. RGB value is (200,239,186). Sum of RGB (Red+Green+Blue) = 200+239+186=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFBA is #371045. Grayscale: #DDDDDD. Windows color (decimal): -3608646 or 12251080. OLE color: 12251080.
HSL color Cylindrical-coordinate representation of color #C8EFBA: hue angle of 104.15º 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 #C8EFBA is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 186 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.06 |
| HSL | 104.15º | 0.62% | 0.83% | - |
| HSV(B) | 104.15º | 0.22% | 0.94% | - |
| XYZ | 63.55 | 77.56 | 58.08 | - |
| YUV | 221.3 | 108.08 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 186 | 0.16 | 0 | 0.22 | 0.06 | 104.15 | 0.62 | 0.83 |
| Hex | C8 | EF | BA | 10 | 0 | 16 | 6 | 68 | 3E | 53 |
| Octal | 310 | 357 | 272 | 20 | 0 | 26 | 6 | 150 | 76 | 123 |
| Binary | 11001000 | 11101111 | 10111010 | 10000 | 0 | 10110 | 110 | 1101000 | 111110 | 1010011 |
Color Harmonies of #C8EFBA
Complementary color
Monochromatic Colors of #C8EFBA
Black with #C8EFBA
Text Example
Text Example
White with #C8EFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFBA; }
p { color: rgb(200,239,186); }
H1.HeaderClassName
{
color: #C8EFBA;
}
.AnyTagClassName
{
color: #C8EFBA;
}
</style>
background-color css
<style>
a { background-color: #C8EFBA; }
a { background-color: rgb(200,239,186); }
div.DivClassName
{
background-color: #C8EFBA;
}
.BgClassName
{
background-color: #C8EFBA;
}
</style>
border-color css
<style>
span { border-color: #C8EFBA; }
span { border-color: rgb(200,239,186); }
td.TdClassName
{
border-color: #C8EFBA;
}
.TagClassName
{
border-color: #C8EFBA;
}
</style>