Shades of Tea Green #C5FEC2
Tints of Tea Green #C5FEC2
RGB
CMYK
RGB Variations
Color information
#C5FEC2 (or 0xC5FEC2) is known color: Tea Green. HEX triplet: C5, FE and C2. RGB value is (197,254,194). Sum of RGB (Red+Green+Blue) = 197+254+194=645 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.54% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 194 (76.17% from 255 or 30.08% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FEC2 is #3A013D. Grayscale: #E6E6E6. Windows color (decimal): -3801406 or 12779205. OLE color: 12779205.
HSL color Cylindrical-coordinate representation of color #C5FEC2: hue angle of 117º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5FEC2 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
RGB | 197 | 254 | 194 | - |
CMYK | 0.22 | 0 | 0.24 | 0.00 |
HSL | 117º | 0.97% | 0.88% | - |
HSV(B) | 117º | 0.24% | 1% | - |
XYZ | 68.21 | 86.65 | 64.17 | - |
YUV | 230.12 | 107.62 | 104.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 254 | 194 | 0.22 | 0 | 0.24 | 0.00 | 117 | 0.97 | 0.88 |
Hex | C5 | FE | C2 | 16 | 0 | 18 | 0 | 75 | 61 | 58 |
Octal | 305 | 376 | 302 | 26 | 0 | 30 | 0 | 165 | 141 | 130 |
Binary | 11000101 | 11111110 | 11000010 | 10110 | 0 | 11000 | 0 | 1110101 | 1100001 | 1011000 |
Color Harmonies of #C5FEC2
Complementary color
Monochromatic Colors of #C5FEC2
Black with #C5FEC2
Text Example
Text Example
White with #C5FEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FEC2; }
p { color: rgb(197,254,194); }
H1.HeaderClassName
{
color: #C5FEC2;
}
.AnyTagClassName
{
color: #C5FEC2;
}
</style>
background-color css
<style>
a { background-color: #C5FEC2; }
a { background-color: rgb(197,254,194); }
div.DivClassName
{
background-color: #C5FEC2;
}
.BgClassName
{
background-color: #C5FEC2;
}
</style>
border-color css
<style>
span { border-color: #C5FEC2; }
span { border-color: rgb(197,254,194); }
td.TdClassName
{
border-color: #C5FEC2;
}
.TagClassName
{
border-color: #C5FEC2;
}
</style>