Shades of Tea Green #C0F8BA
Tints of Tea Green #C0F8BA
RGB
CMYK
RGB Variations
Color information
#C0F8BA (or 0xC0F8BA) is known color: Tea Green. HEX triplet: C0, F8 and BA. RGB value is (192,248,186). Sum of RGB (Red+Green+Blue) = 192+248+186=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8BA is #3F0745. Grayscale: #E0E0E0. Windows color (decimal): -4130630 or 12253376. OLE color: 12253376.
HSL color Cylindrical-coordinate representation of color #C0F8BA: hue angle of 114.19º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0F8BA is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 186 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.03 |
| HSL | 114.19º | 0.82% | 0.85% | - |
| HSV(B) | 114.19º | 0.25% | 0.97% | - |
| XYZ | 64.17 | 81.89 | 58.88 | - |
| YUV | 224.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 186 | 0.23 | 0 | 0.25 | 0.03 | 114.19 | 0.82 | 0.85 |
| Hex | C0 | F8 | BA | 17 | 0 | 19 | 3 | 72 | 52 | 55 |
| Octal | 300 | 370 | 272 | 27 | 0 | 31 | 3 | 162 | 122 | 125 |
| Binary | 11000000 | 11111000 | 10111010 | 10111 | 0 | 11001 | 11 | 1110010 | 1010010 | 1010101 |
Color Harmonies of #C0F8BA
Complementary color
Monochromatic Colors of #C0F8BA
Black with #C0F8BA
Text Example
Text Example
White with #C0F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F8BA; }
p { color: rgb(192,248,186); }
H1.HeaderClassName
{
color: #C0F8BA;
}
.AnyTagClassName
{
color: #C0F8BA;
}
</style>
background-color css
<style>
a { background-color: #C0F8BA; }
a { background-color: rgb(192,248,186); }
div.DivClassName
{
background-color: #C0F8BA;
}
.BgClassName
{
background-color: #C0F8BA;
}
</style>
border-color css
<style>
span { border-color: #C0F8BA; }
span { border-color: rgb(192,248,186); }
td.TdClassName
{
border-color: #C0F8BA;
}
.TagClassName
{
border-color: #C0F8BA;
}
</style>