Shades of Tea Green #C0FDBC
Tints of Tea Green #C0FDBC
RGB
CMYK
RGB Variations
Color information
#C0FDBC (or 0xC0FDBC) is known color: Tea Green. HEX triplet: C0, FD and BC. RGB value is (192,253,188). Sum of RGB (Red+Green+Blue) = 192+253+188=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FDBC is #3F0243. Grayscale: #E3E3E3. Windows color (decimal): -4129348 or 12385728. OLE color: 12385728.
HSL color Cylindrical-coordinate representation of color #C0FDBC: hue angle of 116.31º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0FDBC is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 188 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.01 |
| HSL | 116.31º | 0.94% | 0.86% | - |
| HSV(B) | 116.31º | 0.26% | 0.99% | - |
| XYZ | 65.94 | 85.09 | 60.53 | - |
| YUV | 227.35 | 105.79 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 188 | 0.24 | 0 | 0.26 | 0.01 | 116.31 | 0.94 | 0.86 |
| Hex | C0 | FD | BC | 18 | 0 | 1A | 1 | 74 | 5E | 56 |
| Octal | 300 | 375 | 274 | 30 | 0 | 32 | 1 | 164 | 136 | 126 |
| Binary | 11000000 | 11111101 | 10111100 | 11000 | 0 | 11010 | 1 | 1110100 | 1011110 | 1010110 |
Color Harmonies of #C0FDBC
Complementary color
Monochromatic Colors of #C0FDBC
Black with #C0FDBC
Text Example
Text Example
White with #C0FDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDBC; }
p { color: rgb(192,253,188); }
H1.HeaderClassName
{
color: #C0FDBC;
}
.AnyTagClassName
{
color: #C0FDBC;
}
</style>
background-color css
<style>
a { background-color: #C0FDBC; }
a { background-color: rgb(192,253,188); }
div.DivClassName
{
background-color: #C0FDBC;
}
.BgClassName
{
background-color: #C0FDBC;
}
</style>
border-color css
<style>
span { border-color: #C0FDBC; }
span { border-color: rgb(192,253,188); }
td.TdClassName
{
border-color: #C0FDBC;
}
.TagClassName
{
border-color: #C0FDBC;
}
</style>