Shades of Tea Green #C0FEB8
Tints of Tea Green #C0FEB8
RGB
CMYK
RGB Variations
Color information
#C0FEB8 (or 0xC0FEB8) is known color: Tea Green. HEX triplet: C0, FE and B8. RGB value is (192,254,184). Sum of RGB (Red+Green+Blue) = 192+254+184=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 184 (72.27% from 255 or 29.21% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEB8 is #3F0147. Grayscale: #E3E3E3. Windows color (decimal): -4129096 or 12123840. OLE color: 12123840.
HSL color Cylindrical-coordinate representation of color #C0FEB8: hue angle of 113.14º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0FEB8 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 184 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.00 |
| HSL | 113.14º | 0.97% | 0.86% | - |
| HSV(B) | 113.14º | 0.28% | 1% | - |
| XYZ | 65.83 | 85.55 | 58.39 | - |
| YUV | 227.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 184 | 0.24 | 0 | 0.28 | 0.00 | 113.14 | 0.97 | 0.86 |
| Hex | C0 | FE | B8 | 18 | 0 | 1C | 0 | 71 | 61 | 56 |
| Octal | 300 | 376 | 270 | 30 | 0 | 34 | 0 | 161 | 141 | 126 |
| Binary | 11000000 | 11111110 | 10111000 | 11000 | 0 | 11100 | 0 | 1110001 | 1100001 | 1010110 |
Color Harmonies of #C0FEB8
Complementary color
Monochromatic Colors of #C0FEB8
Black with #C0FEB8
Text Example
Text Example
White with #C0FEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEB8; }
p { color: rgb(192,254,184); }
H1.HeaderClassName
{
color: #C0FEB8;
}
.AnyTagClassName
{
color: #C0FEB8;
}
</style>
background-color css
<style>
a { background-color: #C0FEB8; }
a { background-color: rgb(192,254,184); }
div.DivClassName
{
background-color: #C0FEB8;
}
.BgClassName
{
background-color: #C0FEB8;
}
</style>
border-color css
<style>
span { border-color: #C0FEB8; }
span { border-color: rgb(192,254,184); }
td.TdClassName
{
border-color: #C0FEB8;
}
.TagClassName
{
border-color: #C0FEB8;
}
</style>