Shades of Tea Green #C8EFAF
Tints of Tea Green #C8EFAF
RGB
CMYK
RGB Variations
Color information
#C8EFAF (or 0xC8EFAF) is known color: Tea Green. HEX triplet: C8, EF and AF. RGB value is (200,239,175). Sum of RGB (Red+Green+Blue) = 200+239+175=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EFAF is #371050. Grayscale: #DCDCDC. Windows color (decimal): -3608657 or 11530184. OLE color: 11530184.
HSL color Cylindrical-coordinate representation of color #C8EFAF: hue angle of 96.56º 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 #C8EFAF is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 175 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.06 |
| HSL | 96.56º | 0.67% | 0.81% | - |
| HSV(B) | 96.56º | 0.27% | 0.94% | - |
| XYZ | 62.42 | 77.11 | 52.15 | - |
| YUV | 220.04 | 102.58 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 175 | 0.16 | 0 | 0.27 | 0.06 | 96.56 | 0.67 | 0.81 |
| Hex | C8 | EF | AF | 10 | 0 | 1B | 6 | 61 | 43 | 51 |
| Octal | 310 | 357 | 257 | 20 | 0 | 33 | 6 | 141 | 103 | 121 |
| Binary | 11001000 | 11101111 | 10101111 | 10000 | 0 | 11011 | 110 | 1100001 | 1000011 | 1010001 |
Color Harmonies of #C8EFAF
Complementary color
Monochromatic Colors of #C8EFAF
Black with #C8EFAF
Text Example
Text Example
White with #C8EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFAF; }
p { color: rgb(200,239,175); }
H1.HeaderClassName
{
color: #C8EFAF;
}
.AnyTagClassName
{
color: #C8EFAF;
}
</style>
background-color css
<style>
a { background-color: #C8EFAF; }
a { background-color: rgb(200,239,175); }
div.DivClassName
{
background-color: #C8EFAF;
}
.BgClassName
{
background-color: #C8EFAF;
}
</style>
border-color css
<style>
span { border-color: #C8EFAF; }
span { border-color: rgb(200,239,175); }
td.TdClassName
{
border-color: #C8EFAF;
}
.TagClassName
{
border-color: #C8EFAF;
}
</style>