Shades of Tea Green #C5FFAE
Tints of Tea Green #C5FFAE
RGB
CMYK
RGB Variations
Color information
#C5FFAE (or 0xC5FFAE) is known color: Tea Green. HEX triplet: C5, FF and AE. RGB value is (197,255,174). Sum of RGB (Red+Green+Blue) = 197+255+174=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FFAE is #3A0051. Grayscale: #E4E4E4. Windows color (decimal): -3801170 or 11468741. OLE color: 11468741.
HSL color Cylindrical-coordinate representation of color #C5FFAE: hue angle of 102.96º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5FFAE is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 174 | - |
| CMYK | 0.23 | 0 | 0.32 | 0 |
| HSL | 102.96º | 1% | 0.84% | - |
| HSV(B) | 102.96º | 0.32% | 1% | - |
| XYZ | 66.43 | 86.45 | 53.23 | - |
| YUV | 228.42 | 97.28 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 174 | 0.23 | 0 | 0.32 | 0 | 102.96 | 1 | 0.84 |
| Hex | C5 | FF | AE | 17 | 0 | 20 | 0 | 67 | 64 | 54 |
| Octal | 305 | 377 | 256 | 27 | 0 | 40 | 0 | 147 | 144 | 124 |
| Binary | 11000101 | 11111111 | 10101110 | 10111 | 0 | 100000 | 0 | 1100111 | 1100100 | 1010100 |
Color Harmonies of #C5FFAE
Complementary color
Monochromatic Colors of #C5FFAE
Black with #C5FFAE
Text Example
Text Example
White with #C5FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FFAE; }
p { color: rgb(197,255,174); }
H1.HeaderClassName
{
color: #C5FFAE;
}
.AnyTagClassName
{
color: #C5FFAE;
}
</style>
background-color css
<style>
a { background-color: #C5FFAE; }
a { background-color: rgb(197,255,174); }
div.DivClassName
{
background-color: #C5FFAE;
}
.BgClassName
{
background-color: #C5FFAE;
}
</style>
border-color css
<style>
span { border-color: #C5FFAE; }
span { border-color: rgb(197,255,174); }
td.TdClassName
{
border-color: #C5FFAE;
}
.TagClassName
{
border-color: #C5FFAE;
}
</style>