Shades of Tea Green #C0FFB7
Tints of Tea Green #C0FFB7
RGB
CMYK
RGB Variations
Color information
#C0FFB7 (or 0xC0FFB7) is known color: Tea Green. HEX triplet: C0, FF and B7. RGB value is (192,255,183). Sum of RGB (Red+Green+Blue) = 192+255+183=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 183 (71.88% from 255 or 29.05% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFB7 is #3F0048. Grayscale: #E4E4E4. Windows color (decimal): -4128841 or 12058560. OLE color: 12058560.
HSL color Cylindrical-coordinate representation of color #C0FFB7: hue angle of 112.5º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0FFB7 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 183 | - |
| CMYK | 0.25 | 0 | 0.28 | 0 |
| HSL | 112.5º | 1% | 0.86% | - |
| HSV(B) | 112.5º | 0.28% | 1% | - |
| XYZ | 66.05 | 86.15 | 57.95 | - |
| YUV | 227.96 | 102.63 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 183 | 0.25 | 0 | 0.28 | 0 | 112.5 | 1 | 0.86 |
| Hex | C0 | FF | B7 | 19 | 0 | 1C | 0 | 70 | 64 | 56 |
| Octal | 300 | 377 | 267 | 31 | 0 | 34 | 0 | 160 | 144 | 126 |
| Binary | 11000000 | 11111111 | 10110111 | 11001 | 0 | 11100 | 0 | 1110000 | 1100100 | 1010110 |
Color Harmonies of #C0FFB7
Complementary color
Monochromatic Colors of #C0FFB7
Black with #C0FFB7
Text Example
Text Example
White with #C0FFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFB7; }
p { color: rgb(192,255,183); }
H1.HeaderClassName
{
color: #C0FFB7;
}
.AnyTagClassName
{
color: #C0FFB7;
}
</style>
background-color css
<style>
a { background-color: #C0FFB7; }
a { background-color: rgb(192,255,183); }
div.DivClassName
{
background-color: #C0FFB7;
}
.BgClassName
{
background-color: #C0FFB7;
}
</style>
border-color css
<style>
span { border-color: #C0FFB7; }
span { border-color: rgb(192,255,183); }
td.TdClassName
{
border-color: #C0FFB7;
}
.TagClassName
{
border-color: #C0FFB7;
}
</style>