Shades of Tea Green #C0FEBD
Tints of Tea Green #C0FEBD
RGB
CMYK
RGB Variations
Color information
#C0FEBD (or 0xC0FEBD) is known color: Tea Green. HEX triplet: C0, FE and BD. RGB value is (192,254,189). Sum of RGB (Red+Green+Blue) = 192+254+189=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEBD is #3F0142. Grayscale: #E4E4E4. Windows color (decimal): -4129091 or 12451520. OLE color: 12451520.
HSL color Cylindrical-coordinate representation of color #C0FEBD: hue angle of 117.23º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0FEBD is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 189 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.00 |
| HSL | 117.23º | 0.97% | 0.87% | - |
| HSV(B) | 117.23º | 0.26% | 1% | - |
| XYZ | 66.37 | 85.76 | 61.2 | - |
| YUV | 228.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 189 | 0.24 | 0 | 0.26 | 0.00 | 117.23 | 0.97 | 0.87 |
| Hex | C0 | FE | BD | 18 | 0 | 1A | 0 | 75 | 61 | 57 |
| Octal | 300 | 376 | 275 | 30 | 0 | 32 | 0 | 165 | 141 | 127 |
| Binary | 11000000 | 11111110 | 10111101 | 11000 | 0 | 11010 | 0 | 1110101 | 1100001 | 1010111 |
Color Harmonies of #C0FEBD
Complementary color
Monochromatic Colors of #C0FEBD
Black with #C0FEBD
Text Example
Text Example
White with #C0FEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEBD; }
p { color: rgb(192,254,189); }
H1.HeaderClassName
{
color: #C0FEBD;
}
.AnyTagClassName
{
color: #C0FEBD;
}
</style>
background-color css
<style>
a { background-color: #C0FEBD; }
a { background-color: rgb(192,254,189); }
div.DivClassName
{
background-color: #C0FEBD;
}
.BgClassName
{
background-color: #C0FEBD;
}
</style>
border-color css
<style>
span { border-color: #C0FEBD; }
span { border-color: rgb(192,254,189); }
td.TdClassName
{
border-color: #C0FEBD;
}
.TagClassName
{
border-color: #C0FEBD;
}
</style>