Shades of Tea Green #C0FBB6
Tints of Tea Green #C0FBB6
RGB
CMYK
RGB Variations
Color information
#C0FBB6 (or 0xC0FBB6) is known color: Tea Green. HEX triplet: C0, FB and B6. RGB value is (192,251,182). Sum of RGB (Red+Green+Blue) = 192+251+182=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBB6 is #3F0449. Grayscale: #E1E1E1. Windows color (decimal): -4129866 or 11992000. OLE color: 11992000.
HSL color Cylindrical-coordinate representation of color #C0FBB6: hue angle of 111.3º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0FBB6 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 182 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.02 |
| HSL | 111.3º | 0.9% | 0.85% | - |
| HSV(B) | 111.3º | 0.27% | 0.98% | - |
| XYZ | 64.68 | 83.58 | 56.98 | - |
| YUV | 225.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 182 | 0.24 | 0 | 0.27 | 0.02 | 111.3 | 0.9 | 0.85 |
| Hex | C0 | FB | B6 | 18 | 0 | 1B | 2 | 6F | 5A | 55 |
| Octal | 300 | 373 | 266 | 30 | 0 | 33 | 2 | 157 | 132 | 125 |
| Binary | 11000000 | 11111011 | 10110110 | 11000 | 0 | 11011 | 10 | 1101111 | 1011010 | 1010101 |
Color Harmonies of #C0FBB6
Complementary color
Monochromatic Colors of #C0FBB6
Black with #C0FBB6
Text Example
Text Example
White with #C0FBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FBB6; }
p { color: rgb(192,251,182); }
H1.HeaderClassName
{
color: #C0FBB6;
}
.AnyTagClassName
{
color: #C0FBB6;
}
</style>
background-color css
<style>
a { background-color: #C0FBB6; }
a { background-color: rgb(192,251,182); }
div.DivClassName
{
background-color: #C0FBB6;
}
.BgClassName
{
background-color: #C0FBB6;
}
</style>
border-color css
<style>
span { border-color: #C0FBB6; }
span { border-color: rgb(192,251,182); }
td.TdClassName
{
border-color: #C0FBB6;
}
.TagClassName
{
border-color: #C0FBB6;
}
</style>