Shades of Tea Green #C0FCB2
Tints of Tea Green #C0FCB2
RGB
CMYK
RGB Variations
Color information
#C0FCB2 (or 0xC0FCB2) is known color: Tea Green. HEX triplet: C0, FC and B2. RGB value is (192,252,178). Sum of RGB (Red+Green+Blue) = 192+252+178=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FCB2 is #3F034D. Grayscale: #E1E1E1. Windows color (decimal): -4129614 or 11730112. OLE color: 11730112.
HSL color Cylindrical-coordinate representation of color #C0FCB2: hue angle of 108.65º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0FCB2 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 178 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.01 |
| HSL | 108.65º | 0.93% | 0.84% | - |
| HSV(B) | 108.65º | 0.29% | 0.99% | - |
| XYZ | 64.58 | 84.04 | 54.94 | - |
| YUV | 225.62 | 101.12 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 178 | 0.24 | 0 | 0.29 | 0.01 | 108.65 | 0.93 | 0.84 |
| Hex | C0 | FC | B2 | 18 | 0 | 1D | 1 | 6D | 5C | 54 |
| Octal | 300 | 374 | 262 | 30 | 0 | 35 | 1 | 155 | 134 | 124 |
| Binary | 11000000 | 11111100 | 10110010 | 11000 | 0 | 11101 | 1 | 1101101 | 1011100 | 1010100 |
Color Harmonies of #C0FCB2
Complementary color
Monochromatic Colors of #C0FCB2
Black with #C0FCB2
Text Example
Text Example
White with #C0FCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCB2; }
p { color: rgb(192,252,178); }
H1.HeaderClassName
{
color: #C0FCB2;
}
.AnyTagClassName
{
color: #C0FCB2;
}
</style>
background-color css
<style>
a { background-color: #C0FCB2; }
a { background-color: rgb(192,252,178); }
div.DivClassName
{
background-color: #C0FCB2;
}
.BgClassName
{
background-color: #C0FCB2;
}
</style>
border-color css
<style>
span { border-color: #C0FCB2; }
span { border-color: rgb(192,252,178); }
td.TdClassName
{
border-color: #C0FCB2;
}
.TagClassName
{
border-color: #C0FCB2;
}
</style>