Shades of Tea Green #C0F7B4
Tints of Tea Green #C0F7B4
RGB
CMYK
RGB Variations
Color information
#C0F7B4 (or 0xC0F7B4) is known color: Tea Green. HEX triplet: C0, F7 and B4. RGB value is (192,247,180). Sum of RGB (Red+Green+Blue) = 192+247+180=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F7B4 is #3F084B. Grayscale: #DFDFDF. Windows color (decimal): -4130892 or 11859904. OLE color: 11859904.
HSL color Cylindrical-coordinate representation of color #C0F7B4: hue angle of 109.25º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0F7B4 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 247 | 180 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.03 |
| HSL | 109.25º | 0.81% | 0.84% | - |
| HSV(B) | 109.25º | 0.27% | 0.97% | - |
| XYZ | 63.24 | 81.02 | 55.49 | - |
| YUV | 222.92 | 103.78 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 247 | 180 | 0.22 | 0 | 0.27 | 0.03 | 109.25 | 0.81 | 0.84 |
| Hex | C0 | F7 | B4 | 16 | 0 | 1B | 3 | 6D | 51 | 54 |
| Octal | 300 | 367 | 264 | 26 | 0 | 33 | 3 | 155 | 121 | 124 |
| Binary | 11000000 | 11110111 | 10110100 | 10110 | 0 | 11011 | 11 | 1101101 | 1010001 | 1010100 |
Color Harmonies of #C0F7B4
Complementary color
Monochromatic Colors of #C0F7B4
Black with #C0F7B4
Text Example
Text Example
White with #C0F7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F7B4; }
p { color: rgb(192,247,180); }
H1.HeaderClassName
{
color: #C0F7B4;
}
.AnyTagClassName
{
color: #C0F7B4;
}
</style>
background-color css
<style>
a { background-color: #C0F7B4; }
a { background-color: rgb(192,247,180); }
div.DivClassName
{
background-color: #C0F7B4;
}
.BgClassName
{
background-color: #C0F7B4;
}
</style>
border-color css
<style>
span { border-color: #C0F7B4; }
span { border-color: rgb(192,247,180); }
td.TdClassName
{
border-color: #C0F7B4;
}
.TagClassName
{
border-color: #C0F7B4;
}
</style>