Shades of Tea Green #C8F0AD
Tints of Tea Green #C8F0AD
RGB
CMYK
RGB Variations
Color information
#C8F0AD (or 0xC8F0AD) is known color: Tea Green. HEX triplet: C8, F0 and AD. RGB value is (200,240,173). Sum of RGB (Red+Green+Blue) = 200+240+173=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F0AD is #370F52. Grayscale: #DCDCDC. Windows color (decimal): -3608403 or 11399368. OLE color: 11399368.
HSL color Cylindrical-coordinate representation of color #C8F0AD: hue angle of 95.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8F0AD is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 173 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.06 |
| HSL | 95.82º | 0.69% | 0.81% | - |
| HSV(B) | 95.82º | 0.28% | 0.94% | - |
| XYZ | 62.52 | 77.62 | 51.22 | - |
| YUV | 220.4 | 101.25 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 173 | 0.17 | 0 | 0.28 | 0.06 | 95.82 | 0.69 | 0.81 |
| Hex | C8 | F0 | AD | 11 | 0 | 1C | 6 | 60 | 45 | 51 |
| Octal | 310 | 360 | 255 | 21 | 0 | 34 | 6 | 140 | 105 | 121 |
| Binary | 11001000 | 11110000 | 10101101 | 10001 | 0 | 11100 | 110 | 1100000 | 1000101 | 1010001 |
Color Harmonies of #C8F0AD
Complementary color
Monochromatic Colors of #C8F0AD
Black with #C8F0AD
Text Example
Text Example
White with #C8F0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F0AD; }
p { color: rgb(200,240,173); }
H1.HeaderClassName
{
color: #C8F0AD;
}
.AnyTagClassName
{
color: #C8F0AD;
}
</style>
background-color css
<style>
a { background-color: #C8F0AD; }
a { background-color: rgb(200,240,173); }
div.DivClassName
{
background-color: #C8F0AD;
}
.BgClassName
{
background-color: #C8F0AD;
}
</style>
border-color css
<style>
span { border-color: #C8F0AD; }
span { border-color: rgb(200,240,173); }
td.TdClassName
{
border-color: #C8F0AD;
}
.TagClassName
{
border-color: #C8F0AD;
}
</style>