Shades of Tea Green #C0FEB3
Tints of Tea Green #C0FEB3
RGB
CMYK
RGB Variations
Color information
#C0FEB3 (or 0xC0FEB3) is known color: Tea Green. HEX triplet: C0, FE and B3. RGB value is (192,254,179). Sum of RGB (Red+Green+Blue) = 192+254+179=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEB3 is #3F014C. Grayscale: #E3E3E3. Windows color (decimal): -4129101 or 11796160. OLE color: 11796160.
HSL color Cylindrical-coordinate representation of color #C0FEB3: hue angle of 109.6º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0FEB3 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 179 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.00 |
| HSL | 109.6º | 0.97% | 0.85% | - |
| HSV(B) | 109.6º | 0.3% | 1% | - |
| XYZ | 65.32 | 85.34 | 55.68 | - |
| YUV | 226.91 | 100.96 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 179 | 0.24 | 0 | 0.30 | 0.00 | 109.6 | 0.97 | 0.85 |
| Hex | C0 | FE | B3 | 18 | 0 | 1E | 0 | 6E | 61 | 55 |
| Octal | 300 | 376 | 263 | 30 | 0 | 36 | 0 | 156 | 141 | 125 |
| Binary | 11000000 | 11111110 | 10110011 | 11000 | 0 | 11110 | 0 | 1101110 | 1100001 | 1010101 |
Color Harmonies of #C0FEB3
Complementary color
Monochromatic Colors of #C0FEB3
Black with #C0FEB3
Text Example
Text Example
White with #C0FEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEB3; }
p { color: rgb(192,254,179); }
H1.HeaderClassName
{
color: #C0FEB3;
}
.AnyTagClassName
{
color: #C0FEB3;
}
</style>
background-color css
<style>
a { background-color: #C0FEB3; }
a { background-color: rgb(192,254,179); }
div.DivClassName
{
background-color: #C0FEB3;
}
.BgClassName
{
background-color: #C0FEB3;
}
</style>
border-color css
<style>
span { border-color: #C0FEB3; }
span { border-color: rgb(192,254,179); }
td.TdClassName
{
border-color: #C0FEB3;
}
.TagClassName
{
border-color: #C0FEB3;
}
</style>