Shades of Tea Green #C0F2BC
Tints of Tea Green #C0F2BC
RGB
CMYK
RGB Variations
Color information
#C0F2BC (or 0xC0F2BC) is known color: Tea Green. HEX triplet: C0, F2 and BC. RGB value is (192,242,188). Sum of RGB (Red+Green+Blue) = 192+242+188=622 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.87% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2BC is #3F0D43. Grayscale: #DDDDDD. Windows color (decimal): -4132164 or 12382912. OLE color: 12382912.
HSL color Cylindrical-coordinate representation of color #C0F2BC: hue angle of 115.56º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F2BC is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 188 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.05 |
| HSL | 115.56º | 0.68% | 0.84% | - |
| HSV(B) | 115.56º | 0.22% | 0.95% | - |
| XYZ | 62.57 | 78.34 | 59.4 | - |
| YUV | 220.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 188 | 0.21 | 0 | 0.22 | 0.05 | 115.56 | 0.68 | 0.84 |
| Hex | C0 | F2 | BC | 15 | 0 | 16 | 5 | 74 | 44 | 54 |
| Octal | 300 | 362 | 274 | 25 | 0 | 26 | 5 | 164 | 104 | 124 |
| Binary | 11000000 | 11110010 | 10111100 | 10101 | 0 | 10110 | 101 | 1110100 | 1000100 | 1010100 |
Color Harmonies of #C0F2BC
Complementary color
Monochromatic Colors of #C0F2BC
Black with #C0F2BC
Text Example
Text Example
White with #C0F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2BC; }
p { color: rgb(192,242,188); }
H1.HeaderClassName
{
color: #C0F2BC;
}
.AnyTagClassName
{
color: #C0F2BC;
}
</style>
background-color css
<style>
a { background-color: #C0F2BC; }
a { background-color: rgb(192,242,188); }
div.DivClassName
{
background-color: #C0F2BC;
}
.BgClassName
{
background-color: #C0F2BC;
}
</style>
border-color css
<style>
span { border-color: #C0F2BC; }
span { border-color: rgb(192,242,188); }
td.TdClassName
{
border-color: #C0F2BC;
}
.TagClassName
{
border-color: #C0F2BC;
}
</style>