Shades of Tea Green #C8EEAF
Tints of Tea Green #C8EEAF
RGB
CMYK
RGB Variations
Color information
#C8EEAF (or 0xC8EEAF) is known color: Tea Green. HEX triplet: C8, EE and AF. RGB value is (200,238,175). Sum of RGB (Red+Green+Blue) = 200+238+175=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EEAF is #371150. Grayscale: #DBDBDB. Windows color (decimal): -3608913 or 11529928. OLE color: 11529928.
HSL color Cylindrical-coordinate representation of color #C8EEAF: hue angle of 96.19º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8EEAF is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 175 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.07 |
| HSL | 96.19º | 0.65% | 0.81% | - |
| HSV(B) | 96.19º | 0.26% | 0.93% | - |
| XYZ | 62.13 | 76.52 | 52.05 | - |
| YUV | 219.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 175 | 0.16 | 0 | 0.26 | 0.07 | 96.19 | 0.65 | 0.81 |
| Hex | C8 | EE | AF | 10 | 0 | 1A | 7 | 60 | 41 | 51 |
| Octal | 310 | 356 | 257 | 20 | 0 | 32 | 7 | 140 | 101 | 121 |
| Binary | 11001000 | 11101110 | 10101111 | 10000 | 0 | 11010 | 111 | 1100000 | 1000001 | 1010001 |
Color Harmonies of #C8EEAF
Complementary color
Monochromatic Colors of #C8EEAF
Black with #C8EEAF
Text Example
Text Example
White with #C8EEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EEAF; }
p { color: rgb(200,238,175); }
H1.HeaderClassName
{
color: #C8EEAF;
}
.AnyTagClassName
{
color: #C8EEAF;
}
</style>
background-color css
<style>
a { background-color: #C8EEAF; }
a { background-color: rgb(200,238,175); }
div.DivClassName
{
background-color: #C8EEAF;
}
.BgClassName
{
background-color: #C8EEAF;
}
</style>
border-color css
<style>
span { border-color: #C8EEAF; }
span { border-color: rgb(200,238,175); }
td.TdClassName
{
border-color: #C8EEAF;
}
.TagClassName
{
border-color: #C8EEAF;
}
</style>