Shades of Tea Green #C8E6B4
Tints of Tea Green #C8E6B4
RGB
CMYK
RGB Variations
Color information
#C8E6B4 (or 0xC8E6B4) is known color: Tea Green. HEX triplet: C8, E6 and B4. RGB value is (200,230,180). Sum of RGB (Red+Green+Blue) = 200+230+180=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E6B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8E6B4 is #37194B. Grayscale: #D7D7D7. Windows color (decimal): -3610956 or 11855560. OLE color: 11855560.
HSL color Cylindrical-coordinate representation of color #C8E6B4: hue angle of 96º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8E6B4 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 180 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.10 |
| HSL | 96º | 0.5% | 0.8% | - |
| HSV(B) | 96º | 0.22% | 0.9% | - |
| XYZ | 60.35 | 72.17 | 53.93 | - |
| YUV | 215.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 180 | 0.13 | 0 | 0.22 | 0.10 | 96 | 0.5 | 0.8 |
| Hex | C8 | E6 | B4 | D | 0 | 16 | A | 60 | 32 | 50 |
| Octal | 310 | 346 | 264 | 15 | 0 | 26 | 12 | 140 | 62 | 120 |
| Binary | 11001000 | 11100110 | 10110100 | 1101 | 0 | 10110 | 1010 | 1100000 | 110010 | 1010000 |
Color Harmonies of #C8E6B4
Complementary color
Monochromatic Colors of #C8E6B4
Black with #C8E6B4
Text Example
Text Example
White with #C8E6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E6B4; }
p { color: rgb(200,230,180); }
H1.HeaderClassName
{
color: #C8E6B4;
}
.AnyTagClassName
{
color: #C8E6B4;
}
</style>
background-color css
<style>
a { background-color: #C8E6B4; }
a { background-color: rgb(200,230,180); }
div.DivClassName
{
background-color: #C8E6B4;
}
.BgClassName
{
background-color: #C8E6B4;
}
</style>
border-color css
<style>
span { border-color: #C8E6B4; }
span { border-color: rgb(200,230,180); }
td.TdClassName
{
border-color: #C8E6B4;
}
.TagClassName
{
border-color: #C8E6B4;
}
</style>