Shades of Tea Green #C0FFB2
Tints of Tea Green #C0FFB2
RGB
CMYK
RGB Variations
Color information
#C0FFB2 (or 0xC0FFB2) is known color: Tea Green. HEX triplet: C0, FF and B2. RGB value is (192,255,178). Sum of RGB (Red+Green+Blue) = 192+255+178=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 178 (69.92% from 255 or 28.48% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FFB2 is #3F004D. Grayscale: #E3E3E3. Windows color (decimal): -4128846 or 11730880. OLE color: 11730880.
HSL color Cylindrical-coordinate representation of color #C0FFB2: hue angle of 109.09º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0FFB2 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 178 | - |
| CMYK | 0.25 | 0 | 0.30 | 0 |
| HSL | 109.09º | 1% | 0.85% | - |
| HSV(B) | 109.09º | 0.3% | 1% | - |
| XYZ | 65.53 | 85.94 | 55.25 | - |
| YUV | 227.39 | 100.13 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 178 | 0.25 | 0 | 0.30 | 0 | 109.09 | 1 | 0.85 |
| Hex | C0 | FF | B2 | 19 | 0 | 1E | 0 | 6D | 64 | 55 |
| Octal | 300 | 377 | 262 | 31 | 0 | 36 | 0 | 155 | 144 | 125 |
| Binary | 11000000 | 11111111 | 10110010 | 11001 | 0 | 11110 | 0 | 1101101 | 1100100 | 1010101 |
Color Harmonies of #C0FFB2
Complementary color
Monochromatic Colors of #C0FFB2
Black with #C0FFB2
Text Example
Text Example
White with #C0FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFB2; }
p { color: rgb(192,255,178); }
H1.HeaderClassName
{
color: #C0FFB2;
}
.AnyTagClassName
{
color: #C0FFB2;
}
</style>
background-color css
<style>
a { background-color: #C0FFB2; }
a { background-color: rgb(192,255,178); }
div.DivClassName
{
background-color: #C0FFB2;
}
.BgClassName
{
background-color: #C0FFB2;
}
</style>
border-color css
<style>
span { border-color: #C0FFB2; }
span { border-color: rgb(192,255,178); }
td.TdClassName
{
border-color: #C0FFB2;
}
.TagClassName
{
border-color: #C0FFB2;
}
</style>