Shades of Tea Green #C8EFAE
Tints of Tea Green #C8EFAE
RGB
CMYK
RGB Variations
Color information
#C8EFAE (or 0xC8EFAE) is known color: Tea Green. HEX triplet: C8, EF and AE. RGB value is (200,239,174). Sum of RGB (Red+Green+Blue) = 200+239+174=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EFAE is #371051. Grayscale: #DCDCDC. Windows color (decimal): -3608658 or 11464648. OLE color: 11464648.
HSL color Cylindrical-coordinate representation of color #C8EFAE: hue angle of 96º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8EFAE is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 174 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.06 |
| HSL | 96º | 0.67% | 0.81% | - |
| HSV(B) | 96º | 0.27% | 0.94% | - |
| XYZ | 62.33 | 77.07 | 51.64 | - |
| YUV | 219.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 174 | 0.16 | 0 | 0.27 | 0.06 | 96 | 0.67 | 0.81 |
| Hex | C8 | EF | AE | 10 | 0 | 1B | 6 | 60 | 43 | 51 |
| Octal | 310 | 357 | 256 | 20 | 0 | 33 | 6 | 140 | 103 | 121 |
| Binary | 11001000 | 11101111 | 10101110 | 10000 | 0 | 11011 | 110 | 1100000 | 1000011 | 1010001 |
Color Harmonies of #C8EFAE
Complementary color
Monochromatic Colors of #C8EFAE
Black with #C8EFAE
Text Example
Text Example
White with #C8EFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFAE; }
p { color: rgb(200,239,174); }
H1.HeaderClassName
{
color: #C8EFAE;
}
.AnyTagClassName
{
color: #C8EFAE;
}
</style>
background-color css
<style>
a { background-color: #C8EFAE; }
a { background-color: rgb(200,239,174); }
div.DivClassName
{
background-color: #C8EFAE;
}
.BgClassName
{
background-color: #C8EFAE;
}
</style>
border-color css
<style>
span { border-color: #C8EFAE; }
span { border-color: rgb(200,239,174); }
td.TdClassName
{
border-color: #C8EFAE;
}
.TagClassName
{
border-color: #C8EFAE;
}
</style>