Shades of Tea Green #C0FEB7
Tints of Tea Green #C0FEB7
RGB
CMYK
RGB Variations
Color information
#C0FEB7 (or 0xC0FEB7) is known color: Tea Green. HEX triplet: C0, FE and B7. RGB value is (192,254,183). Sum of RGB (Red+Green+Blue) = 192+254+183=629 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.52% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 183 (71.88% from 255 or 29.09% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEB7 is #3F0148. Grayscale: #E3E3E3. Windows color (decimal): -4129097 or 12058304. OLE color: 12058304.
HSL color Cylindrical-coordinate representation of color #C0FEB7: hue angle of 112.39º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0FEB7 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
RGB | 192 | 254 | 183 | - |
CMYK | 0.24 | 0 | 0.28 | 0.00 |
HSL | 112.39º | 0.97% | 0.86% | - |
HSV(B) | 112.39º | 0.28% | 1% | - |
XYZ | 65.73 | 85.51 | 57.84 | - |
YUV | 227.37 | 102.96 | 102.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 254 | 183 | 0.24 | 0 | 0.28 | 0.00 | 112.39 | 0.97 | 0.86 |
Hex | C0 | FE | B7 | 18 | 0 | 1C | 0 | 70 | 61 | 56 |
Octal | 300 | 376 | 267 | 30 | 0 | 34 | 0 | 160 | 141 | 126 |
Binary | 11000000 | 11111110 | 10110111 | 11000 | 0 | 11100 | 0 | 1110000 | 1100001 | 1010110 |
Color Harmonies of #C0FEB7
Complementary color
Monochromatic Colors of #C0FEB7
Black with #C0FEB7
Text Example
Text Example
White with #C0FEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEB7; }
p { color: rgb(192,254,183); }
H1.HeaderClassName
{
color: #C0FEB7;
}
.AnyTagClassName
{
color: #C0FEB7;
}
</style>
background-color css
<style>
a { background-color: #C0FEB7; }
a { background-color: rgb(192,254,183); }
div.DivClassName
{
background-color: #C0FEB7;
}
.BgClassName
{
background-color: #C0FEB7;
}
</style>
border-color css
<style>
span { border-color: #C0FEB7; }
span { border-color: rgb(192,254,183); }
td.TdClassName
{
border-color: #C0FEB7;
}
.TagClassName
{
border-color: #C0FEB7;
}
</style>