Shades of Tea Green #C0FEAF
Tints of Tea Green #C0FEAF
RGB
CMYK
RGB Variations
Color information
#C0FEAF (or 0xC0FEAF) is known color: Tea Green. HEX triplet: C0, FE and AF. RGB value is (192,254,175). Sum of RGB (Red+Green+Blue) = 192+254+175=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FEAF is #3F0150. Grayscale: #E2E2E2. Windows color (decimal): -4129105 or 11534016. OLE color: 11534016.
HSL color Cylindrical-coordinate representation of color #C0FEAF: hue angle of 107.09º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0FEAF is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 175 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.00 |
| HSL | 107.09º | 0.98% | 0.84% | - |
| HSV(B) | 107.09º | 0.31% | 1% | - |
| XYZ | 64.92 | 85.19 | 53.58 | - |
| YUV | 226.46 | 98.96 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 175 | 0.24 | 0 | 0.31 | 0.00 | 107.09 | 0.98 | 0.84 |
| Hex | C0 | FE | AF | 18 | 0 | 1F | 0 | 6B | 62 | 54 |
| Octal | 300 | 376 | 257 | 30 | 0 | 37 | 0 | 153 | 142 | 124 |
| Binary | 11000000 | 11111110 | 10101111 | 11000 | 0 | 11111 | 0 | 1101011 | 1100010 | 1010100 |
Color Harmonies of #C0FEAF
Complementary color
Monochromatic Colors of #C0FEAF
Black with #C0FEAF
Text Example
Text Example
White with #C0FEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEAF; }
p { color: rgb(192,254,175); }
H1.HeaderClassName
{
color: #C0FEAF;
}
.AnyTagClassName
{
color: #C0FEAF;
}
</style>
background-color css
<style>
a { background-color: #C0FEAF; }
a { background-color: rgb(192,254,175); }
div.DivClassName
{
background-color: #C0FEAF;
}
.BgClassName
{
background-color: #C0FEAF;
}
</style>
border-color css
<style>
span { border-color: #C0FEAF; }
span { border-color: rgb(192,254,175); }
td.TdClassName
{
border-color: #C0FEAF;
}
.TagClassName
{
border-color: #C0FEAF;
}
</style>