Shades of Tea Green #C0FEB5
Tints of Tea Green #C0FEB5
RGB
CMYK
RGB Variations
Color information
#C0FEB5 (or 0xC0FEB5) is known color: Tea Green. HEX triplet: C0, FE and B5. RGB value is (192,254,181). Sum of RGB (Red+Green+Blue) = 192+254+181=627 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.62% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 181 (71.09% from 255 or 28.87% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEB5 is #3F014A. Grayscale: #E3E3E3. Windows color (decimal): -4129099 or 11927232. OLE color: 11927232.
HSL color Cylindrical-coordinate representation of color #C0FEB5: hue angle of 110.96º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0FEB5 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
RGB | 192 | 254 | 181 | - |
CMYK | 0.24 | 0 | 0.29 | 0.00 |
HSL | 110.96º | 0.97% | 0.85% | - |
HSV(B) | 110.96º | 0.29% | 1% | - |
XYZ | 65.52 | 85.43 | 56.75 | - |
YUV | 227.14 | 101.96 | 102.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 254 | 181 | 0.24 | 0 | 0.29 | 0.00 | 110.96 | 0.97 | 0.85 |
Hex | C0 | FE | B5 | 18 | 0 | 1D | 0 | 6F | 61 | 55 |
Octal | 300 | 376 | 265 | 30 | 0 | 35 | 0 | 157 | 141 | 125 |
Binary | 11000000 | 11111110 | 10110101 | 11000 | 0 | 11101 | 0 | 1101111 | 1100001 | 1010101 |
Color Harmonies of #C0FEB5
Complementary color
Monochromatic Colors of #C0FEB5
Black with #C0FEB5
Text Example
Text Example
White with #C0FEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEB5; }
p { color: rgb(192,254,181); }
H1.HeaderClassName
{
color: #C0FEB5;
}
.AnyTagClassName
{
color: #C0FEB5;
}
</style>
background-color css
<style>
a { background-color: #C0FEB5; }
a { background-color: rgb(192,254,181); }
div.DivClassName
{
background-color: #C0FEB5;
}
.BgClassName
{
background-color: #C0FEB5;
}
</style>
border-color css
<style>
span { border-color: #C0FEB5; }
span { border-color: rgb(192,254,181); }
td.TdClassName
{
border-color: #C0FEB5;
}
.TagClassName
{
border-color: #C0FEB5;
}
</style>