Shades of Tea Green #C0FFAE
Tints of Tea Green #C0FFAE
RGB
CMYK
RGB Variations
Color information
#C0FFAE (or 0xC0FFAE) is known color: Tea Green. HEX triplet: C0, FF and AE. RGB value is (192,255,174). Sum of RGB (Red+Green+Blue) = 192+255+174=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FFAE is #3F0051. Grayscale: #E3E3E3. Windows color (decimal): -4128850 or 11468736. OLE color: 11468736.
HSL color Cylindrical-coordinate representation of color #C0FFAE: hue angle of 106.67º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0FFAE is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 174 | - |
| CMYK | 0.25 | 0 | 0.32 | 0 |
| HSL | 106.67º | 1% | 0.84% | - |
| HSV(B) | 106.67º | 0.32% | 1% | - |
| XYZ | 65.14 | 85.78 | 53.17 | - |
| YUV | 226.93 | 98.13 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 174 | 0.25 | 0 | 0.32 | 0 | 106.67 | 1 | 0.84 |
| Hex | C0 | FF | AE | 19 | 0 | 20 | 0 | 6B | 64 | 54 |
| Octal | 300 | 377 | 256 | 31 | 0 | 40 | 0 | 153 | 144 | 124 |
| Binary | 11000000 | 11111111 | 10101110 | 11001 | 0 | 100000 | 0 | 1101011 | 1100100 | 1010100 |
Color Harmonies of #C0FFAE
Complementary color
Monochromatic Colors of #C0FFAE
Black with #C0FFAE
Text Example
Text Example
White with #C0FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFAE; }
p { color: rgb(192,255,174); }
H1.HeaderClassName
{
color: #C0FFAE;
}
.AnyTagClassName
{
color: #C0FFAE;
}
</style>
background-color css
<style>
a { background-color: #C0FFAE; }
a { background-color: rgb(192,255,174); }
div.DivClassName
{
background-color: #C0FFAE;
}
.BgClassName
{
background-color: #C0FFAE;
}
</style>
border-color css
<style>
span { border-color: #C0FFAE; }
span { border-color: rgb(192,255,174); }
td.TdClassName
{
border-color: #C0FFAE;
}
.TagClassName
{
border-color: #C0FFAE;
}
</style>