Shades of Tea Green #C8FEC0
Tints of Tea Green #C8FEC0
RGB
CMYK
RGB Variations
Color information
#C8FEC0 (or 0xC8FEC0) is known color: Tea Green. HEX triplet: C8, FE and C0. RGB value is (200,254,192). Sum of RGB (Red+Green+Blue) = 200+254+192=646 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.96% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FEC0 is #37013F. Grayscale: #E6E6E6. Windows color (decimal): -3604800 or 12648136. OLE color: 12648136.
HSL color Cylindrical-coordinate representation of color #C8FEC0: hue angle of 112.26º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8FEC0 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 200 | 254 | 192 | - |
CMYK | 0.21 | 0 | 0.24 | 0.00 |
HSL | 112.26º | 0.97% | 0.87% | - |
HSV(B) | 112.26º | 0.24% | 1% | - |
XYZ | 68.78 | 86.97 | 63.03 | - |
YUV | 230.79 | 106.11 | 106.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 254 | 192 | 0.21 | 0 | 0.24 | 0.00 | 112.26 | 0.97 | 0.87 |
Hex | C8 | FE | C0 | 15 | 0 | 18 | 0 | 70 | 61 | 57 |
Octal | 310 | 376 | 300 | 25 | 0 | 30 | 0 | 160 | 141 | 127 |
Binary | 11001000 | 11111110 | 11000000 | 10101 | 0 | 11000 | 0 | 1110000 | 1100001 | 1010111 |
Color Harmonies of #C8FEC0
Complementary color
Monochromatic Colors of #C8FEC0
Black with #C8FEC0
Text Example
Text Example
White with #C8FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FEC0; }
p { color: rgb(200,254,192); }
H1.HeaderClassName
{
color: #C8FEC0;
}
.AnyTagClassName
{
color: #C8FEC0;
}
</style>
background-color css
<style>
a { background-color: #C8FEC0; }
a { background-color: rgb(200,254,192); }
div.DivClassName
{
background-color: #C8FEC0;
}
.BgClassName
{
background-color: #C8FEC0;
}
</style>
border-color css
<style>
span { border-color: #C8FEC0; }
span { border-color: rgb(200,254,192); }
td.TdClassName
{
border-color: #C8FEC0;
}
.TagClassName
{
border-color: #C8FEC0;
}
</style>