Shades of Tea Green #C8F5AD
Tints of Tea Green #C8F5AD
RGB
CMYK
RGB Variations
Color information
#C8F5AD (or 0xC8F5AD) is known color: Tea Green. HEX triplet: C8, F5 and AD. RGB value is (200,245,173). Sum of RGB (Red+Green+Blue) = 200+245+173=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 245 (96.09% from 255 or 39.64% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8F5AD is #370A52. Grayscale: #DFDFDF. Windows color (decimal): -3607123 or 11400648. OLE color: 11400648.
HSL color Cylindrical-coordinate representation of color #C8F5AD: hue angle of 97.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8F5AD is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 245 | 173 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.04 |
| HSL | 97.5º | 0.78% | 0.82% | - |
| HSV(B) | 97.5º | 0.29% | 0.96% | - |
| XYZ | 64.01 | 80.6 | 51.72 | - |
| YUV | 223.34 | 99.59 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 173 | 0.18 | 0 | 0.29 | 0.04 | 97.5 | 0.78 | 0.82 |
| Hex | C8 | F5 | AD | 12 | 0 | 1D | 4 | 62 | 4E | 52 |
| Octal | 310 | 365 | 255 | 22 | 0 | 35 | 4 | 142 | 116 | 122 |
| Binary | 11001000 | 11110101 | 10101101 | 10010 | 0 | 11101 | 100 | 1100010 | 1001110 | 1010010 |
Color Harmonies of #C8F5AD
Complementary color
Monochromatic Colors of #C8F5AD
Black with #C8F5AD
Text Example
Text Example
White with #C8F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F5AD; }
p { color: rgb(200,245,173); }
H1.HeaderClassName
{
color: #C8F5AD;
}
.AnyTagClassName
{
color: #C8F5AD;
}
</style>
background-color css
<style>
a { background-color: #C8F5AD; }
a { background-color: rgb(200,245,173); }
div.DivClassName
{
background-color: #C8F5AD;
}
.BgClassName
{
background-color: #C8F5AD;
}
</style>
border-color css
<style>
span { border-color: #C8F5AD; }
span { border-color: rgb(200,245,173); }
td.TdClassName
{
border-color: #C8F5AD;
}
.TagClassName
{
border-color: #C8F5AD;
}
</style>