Shades of Tea Green #C0F3BC
Tints of Tea Green #C0F3BC
RGB
CMYK
RGB Variations
Color information
#C0F3BC (or 0xC0F3BC) is known color: Tea Green. HEX triplet: C0, F3 and BC. RGB value is (192,243,188). Sum of RGB (Red+Green+Blue) = 192+243+188=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3BC is #3F0C43. Grayscale: #DDDDDD. Windows color (decimal): -4131908 or 12383168. OLE color: 12383168.
HSL color Cylindrical-coordinate representation of color #C0F3BC: hue angle of 115.64º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F3BC is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 188 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.05 |
| HSL | 115.64º | 0.7% | 0.85% | - |
| HSV(B) | 115.64º | 0.23% | 0.95% | - |
| XYZ | 62.87 | 78.94 | 59.5 | - |
| YUV | 221.48 | 109.1 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 188 | 0.21 | 0 | 0.23 | 0.05 | 115.64 | 0.7 | 0.85 |
| Hex | C0 | F3 | BC | 15 | 0 | 17 | 5 | 74 | 46 | 55 |
| Octal | 300 | 363 | 274 | 25 | 0 | 27 | 5 | 164 | 106 | 125 |
| Binary | 11000000 | 11110011 | 10111100 | 10101 | 0 | 10111 | 101 | 1110100 | 1000110 | 1010101 |
Color Harmonies of #C0F3BC
Complementary color
Monochromatic Colors of #C0F3BC
Black with #C0F3BC
Text Example
Text Example
White with #C0F3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3BC; }
p { color: rgb(192,243,188); }
H1.HeaderClassName
{
color: #C0F3BC;
}
.AnyTagClassName
{
color: #C0F3BC;
}
</style>
background-color css
<style>
a { background-color: #C0F3BC; }
a { background-color: rgb(192,243,188); }
div.DivClassName
{
background-color: #C0F3BC;
}
.BgClassName
{
background-color: #C0F3BC;
}
</style>
border-color css
<style>
span { border-color: #C0F3BC; }
span { border-color: rgb(192,243,188); }
td.TdClassName
{
border-color: #C0F3BC;
}
.TagClassName
{
border-color: #C0F3BC;
}
</style>