Shades of Tea Green #C0FAB2
Tints of Tea Green #C0FAB2
RGB
CMYK
RGB Variations
Color information
#C0FAB2 (or 0xC0FAB2) is known color: Tea Green. HEX triplet: C0, FA and B2. RGB value is (192,250,178). Sum of RGB (Red+Green+Blue) = 192+250+178=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 250 (98.05% from 255 or 40.32% from 620); Blue value is 178 (69.92% from 255 or 28.71% from 620); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C0FAB2 is #3F054D. Grayscale: #E0E0E0. Windows color (decimal): -4130126 or 11729600. OLE color: 11729600.
HSL color Cylindrical-coordinate representation of color #C0FAB2: hue angle of 108.33º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0FAB2 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 178 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.02 |
| HSL | 108.33º | 0.88% | 0.84% | - |
| HSV(B) | 108.33º | 0.29% | 0.98% | - |
| XYZ | 63.96 | 82.79 | 54.73 | - |
| YUV | 224.45 | 101.78 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 178 | 0.23 | 0 | 0.29 | 0.02 | 108.33 | 0.88 | 0.84 |
| Hex | C0 | FA | B2 | 17 | 0 | 1D | 2 | 6C | 58 | 54 |
| Octal | 300 | 372 | 262 | 27 | 0 | 35 | 2 | 154 | 130 | 124 |
| Binary | 11000000 | 11111010 | 10110010 | 10111 | 0 | 11101 | 10 | 1101100 | 1011000 | 1010100 |
Color Harmonies of #C0FAB2
Complementary color
Monochromatic Colors of #C0FAB2
Black with #C0FAB2
Text Example
Text Example
White with #C0FAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAB2; }
p { color: rgb(192,250,178); }
H1.HeaderClassName
{
color: #C0FAB2;
}
.AnyTagClassName
{
color: #C0FAB2;
}
</style>
background-color css
<style>
a { background-color: #C0FAB2; }
a { background-color: rgb(192,250,178); }
div.DivClassName
{
background-color: #C0FAB2;
}
.BgClassName
{
background-color: #C0FAB2;
}
</style>
border-color css
<style>
span { border-color: #C0FAB2; }
span { border-color: rgb(192,250,178); }
td.TdClassName
{
border-color: #C0FAB2;
}
.TagClassName
{
border-color: #C0FAB2;
}
</style>