Shades of Tea Green #C8F1AD
Tints of Tea Green #C8F1AD
RGB
CMYK
RGB Variations
Color information
#C8F1AD (or 0xC8F1AD) is known color: Tea Green. HEX triplet: C8, F1 and AD. RGB value is (200,241,173). Sum of RGB (Red+Green+Blue) = 200+241+173=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 173 (67.97% from 255 or 28.18% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F1AD is #370E52. Grayscale: #DDDDDD. Windows color (decimal): -3608147 or 11399624. OLE color: 11399624.
HSL color Cylindrical-coordinate representation of color #C8F1AD: hue angle of 96.18º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8F1AD is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 173 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.05 |
| HSL | 96.18º | 0.71% | 0.81% | - |
| HSV(B) | 96.18º | 0.28% | 0.95% | - |
| XYZ | 62.82 | 78.21 | 51.32 | - |
| YUV | 220.99 | 100.92 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 173 | 0.17 | 0 | 0.28 | 0.05 | 96.18 | 0.71 | 0.81 |
| Hex | C8 | F1 | AD | 11 | 0 | 1C | 5 | 60 | 47 | 51 |
| Octal | 310 | 361 | 255 | 21 | 0 | 34 | 5 | 140 | 107 | 121 |
| Binary | 11001000 | 11110001 | 10101101 | 10001 | 0 | 11100 | 101 | 1100000 | 1000111 | 1010001 |
Color Harmonies of #C8F1AD
Complementary color
Monochromatic Colors of #C8F1AD
Black with #C8F1AD
Text Example
Text Example
White with #C8F1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F1AD; }
p { color: rgb(200,241,173); }
H1.HeaderClassName
{
color: #C8F1AD;
}
.AnyTagClassName
{
color: #C8F1AD;
}
</style>
background-color css
<style>
a { background-color: #C8F1AD; }
a { background-color: rgb(200,241,173); }
div.DivClassName
{
background-color: #C8F1AD;
}
.BgClassName
{
background-color: #C8F1AD;
}
</style>
border-color css
<style>
span { border-color: #C8F1AD; }
span { border-color: rgb(200,241,173); }
td.TdClassName
{
border-color: #C8F1AD;
}
.TagClassName
{
border-color: #C8F1AD;
}
</style>