Shades of Tea Green #C0FDBA
Tints of Tea Green #C0FDBA
RGB
CMYK
RGB Variations
Color information
#C0FDBA (or 0xC0FDBA) is known color: Tea Green. HEX triplet: C0, FD and BA. RGB value is (192,253,186). Sum of RGB (Red+Green+Blue) = 192+253+186=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #C0FDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FDBA is #3F0245. Grayscale: #E3E3E3. Windows color (decimal): -4129350 or 12254656. OLE color: 12254656.
HSL color Cylindrical-coordinate representation of color #C0FDBA: hue angle of 114.63º 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 #C0FDBA is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 253 | 186 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.01 |
| HSL | 114.63º | 0.94% | 0.86% | - |
| HSV(B) | 114.63º | 0.26% | 0.99% | - |
| XYZ | 65.73 | 85 | 59.4 | - |
| YUV | 227.12 | 104.79 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 253 | 186 | 0.24 | 0 | 0.26 | 0.01 | 114.63 | 0.94 | 0.86 |
| Hex | C0 | FD | BA | 18 | 0 | 1A | 1 | 73 | 5E | 56 |
| Octal | 300 | 375 | 272 | 30 | 0 | 32 | 1 | 163 | 136 | 126 |
| Binary | 11000000 | 11111101 | 10111010 | 11000 | 0 | 11010 | 1 | 1110011 | 1011110 | 1010110 |
Color Harmonies of #C0FDBA
Complementary color
Monochromatic Colors of #C0FDBA
Black with #C0FDBA
Text Example
Text Example
White with #C0FDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FDBA; }
p { color: rgb(192,253,186); }
H1.HeaderClassName
{
color: #C0FDBA;
}
.AnyTagClassName
{
color: #C0FDBA;
}
</style>
background-color css
<style>
a { background-color: #C0FDBA; }
a { background-color: rgb(192,253,186); }
div.DivClassName
{
background-color: #C0FDBA;
}
.BgClassName
{
background-color: #C0FDBA;
}
</style>
border-color css
<style>
span { border-color: #C0FDBA; }
span { border-color: rgb(192,253,186); }
td.TdClassName
{
border-color: #C0FDBA;
}
.TagClassName
{
border-color: #C0FDBA;
}
</style>