Shades of Tea Green #C8FFAE
Tints of Tea Green #C8FFAE
RGB
CMYK
RGB Variations
Color information
#C8FFAE (or 0xC8FFAE) is known color: Tea Green. HEX triplet: C8, FF and AE. RGB value is (200,255,174). Sum of RGB (Red+Green+Blue) = 200+255+174=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8FFAE is #370051. Grayscale: #E5E5E5. Windows color (decimal): -3604562 or 11468744. OLE color: 11468744.
HSL color Cylindrical-coordinate representation of color #C8FFAE: hue angle of 100.74º 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 #C8FFAE is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 255 | 174 | - |
| CMYK | 0.22 | 0 | 0.32 | 0 |
| HSL | 100.74º | 1% | 0.84% | - |
| HSV(B) | 100.74º | 0.32% | 1% | - |
| XYZ | 67.22 | 86.86 | 53.27 | - |
| YUV | 229.32 | 96.78 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 255 | 174 | 0.22 | 0 | 0.32 | 0 | 100.74 | 1 | 0.84 |
| Hex | C8 | FF | AE | 16 | 0 | 20 | 0 | 65 | 64 | 54 |
| Octal | 310 | 377 | 256 | 26 | 0 | 40 | 0 | 145 | 144 | 124 |
| Binary | 11001000 | 11111111 | 10101110 | 10110 | 0 | 100000 | 0 | 1100101 | 1100100 | 1010100 |
Color Harmonies of #C8FFAE
Complementary color
Monochromatic Colors of #C8FFAE
Black with #C8FFAE
Text Example
Text Example
White with #C8FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FFAE; }
p { color: rgb(200,255,174); }
H1.HeaderClassName
{
color: #C8FFAE;
}
.AnyTagClassName
{
color: #C8FFAE;
}
</style>
background-color css
<style>
a { background-color: #C8FFAE; }
a { background-color: rgb(200,255,174); }
div.DivClassName
{
background-color: #C8FFAE;
}
.BgClassName
{
background-color: #C8FFAE;
}
</style>
border-color css
<style>
span { border-color: #C8FFAE; }
span { border-color: rgb(200,255,174); }
td.TdClassName
{
border-color: #C8FFAE;
}
.TagClassName
{
border-color: #C8FFAE;
}
</style>