Shades of Tea Green #C8F2AD
Tints of Tea Green #C8F2AD
RGB
CMYK
RGB Variations
Color information
#C8F2AD (or 0xC8F2AD) is known color: Tea Green. HEX triplet: C8, F2 and AD. RGB value is (200,242,173). Sum of RGB (Red+Green+Blue) = 200+242+173=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 242 (94.92% from 255 or 39.35% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F2AD is #370D52. Grayscale: #DDDDDD. Windows color (decimal): -3607891 or 11399880. OLE color: 11399880.
HSL color Cylindrical-coordinate representation of color #C8F2AD: hue angle of 96.52º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8F2AD is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 173 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.05 |
| HSL | 96.52º | 0.73% | 0.81% | - |
| HSV(B) | 96.52º | 0.29% | 0.95% | - |
| XYZ | 63.11 | 78.8 | 51.42 | - |
| YUV | 221.58 | 100.59 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 173 | 0.17 | 0 | 0.29 | 0.05 | 96.52 | 0.73 | 0.81 |
| Hex | C8 | F2 | AD | 11 | 0 | 1D | 5 | 61 | 49 | 51 |
| Octal | 310 | 362 | 255 | 21 | 0 | 35 | 5 | 141 | 111 | 121 |
| Binary | 11001000 | 11110010 | 10101101 | 10001 | 0 | 11101 | 101 | 1100001 | 1001001 | 1010001 |
Color Harmonies of #C8F2AD
Complementary color
Monochromatic Colors of #C8F2AD
Black with #C8F2AD
Text Example
Text Example
White with #C8F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F2AD; }
p { color: rgb(200,242,173); }
H1.HeaderClassName
{
color: #C8F2AD;
}
.AnyTagClassName
{
color: #C8F2AD;
}
</style>
background-color css
<style>
a { background-color: #C8F2AD; }
a { background-color: rgb(200,242,173); }
div.DivClassName
{
background-color: #C8F2AD;
}
.BgClassName
{
background-color: #C8F2AD;
}
</style>
border-color css
<style>
span { border-color: #C8F2AD; }
span { border-color: rgb(200,242,173); }
td.TdClassName
{
border-color: #C8F2AD;
}
.TagClassName
{
border-color: #C8F2AD;
}
</style>