Shades of Tea Green #C0FCBA
Tints of Tea Green #C0FCBA
RGB
CMYK
RGB Variations
Color information
#C0FCBA (or 0xC0FCBA) is known color: Tea Green. HEX triplet: C0, FC and BA. RGB value is (192,252,186). Sum of RGB (Red+Green+Blue) = 192+252+186=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCBA is #3F0345. Grayscale: #E2E2E2. Windows color (decimal): -4129606 or 12254400. OLE color: 12254400.
HSL color Cylindrical-coordinate representation of color #C0FCBA: hue angle of 114.55º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0FCBA is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 186 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.01 |
| HSL | 114.55º | 0.92% | 0.86% | - |
| HSV(B) | 114.55º | 0.26% | 0.99% | - |
| XYZ | 65.41 | 84.37 | 59.29 | - |
| YUV | 226.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 186 | 0.24 | 0 | 0.26 | 0.01 | 114.55 | 0.92 | 0.86 |
| Hex | C0 | FC | BA | 18 | 0 | 1A | 1 | 73 | 5C | 56 |
| Octal | 300 | 374 | 272 | 30 | 0 | 32 | 1 | 163 | 134 | 126 |
| Binary | 11000000 | 11111100 | 10111010 | 11000 | 0 | 11010 | 1 | 1110011 | 1011100 | 1010110 |
Color Harmonies of #C0FCBA
Complementary color
Monochromatic Colors of #C0FCBA
Black with #C0FCBA
Text Example
Text Example
White with #C0FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCBA; }
p { color: rgb(192,252,186); }
H1.HeaderClassName
{
color: #C0FCBA;
}
.AnyTagClassName
{
color: #C0FCBA;
}
</style>
background-color css
<style>
a { background-color: #C0FCBA; }
a { background-color: rgb(192,252,186); }
div.DivClassName
{
background-color: #C0FCBA;
}
.BgClassName
{
background-color: #C0FCBA;
}
</style>
border-color css
<style>
span { border-color: #C0FCBA; }
span { border-color: rgb(192,252,186); }
td.TdClassName
{
border-color: #C0FCBA;
}
.TagClassName
{
border-color: #C0FCBA;
}
</style>