Shades of Tea Green #C0FEB4
Tints of Tea Green #C0FEB4
RGB
CMYK
RGB Variations
Color information
#C0FEB4 (or 0xC0FEB4) is known color: Tea Green. HEX triplet: C0, FE and B4. RGB value is (192,254,180). Sum of RGB (Red+Green+Blue) = 192+254+180=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEB4 is #3F014B. Grayscale: #E3E3E3. Windows color (decimal): -4129100 or 11861696. OLE color: 11861696.
HSL color Cylindrical-coordinate representation of color #C0FEB4: hue angle of 110.27º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0FEB4 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 180 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.00 |
| HSL | 110.27º | 0.97% | 0.85% | - |
| HSV(B) | 110.27º | 0.29% | 1% | - |
| XYZ | 65.42 | 85.39 | 56.21 | - |
| YUV | 227.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 180 | 0.24 | 0 | 0.29 | 0.00 | 110.27 | 0.97 | 0.85 |
| Hex | C0 | FE | B4 | 18 | 0 | 1D | 0 | 6E | 61 | 55 |
| Octal | 300 | 376 | 264 | 30 | 0 | 35 | 0 | 156 | 141 | 125 |
| Binary | 11000000 | 11111110 | 10110100 | 11000 | 0 | 11101 | 0 | 1101110 | 1100001 | 1010101 |
Color Harmonies of #C0FEB4
Complementary color
Monochromatic Colors of #C0FEB4
Black with #C0FEB4
Text Example
Text Example
White with #C0FEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEB4; }
p { color: rgb(192,254,180); }
H1.HeaderClassName
{
color: #C0FEB4;
}
.AnyTagClassName
{
color: #C0FEB4;
}
</style>
background-color css
<style>
a { background-color: #C0FEB4; }
a { background-color: rgb(192,254,180); }
div.DivClassName
{
background-color: #C0FEB4;
}
.BgClassName
{
background-color: #C0FEB4;
}
</style>
border-color css
<style>
span { border-color: #C0FEB4; }
span { border-color: rgb(192,254,180); }
td.TdClassName
{
border-color: #C0FEB4;
}
.TagClassName
{
border-color: #C0FEB4;
}
</style>