Shades of Tea Green #C8EABB
Tints of Tea Green #C8EABB
RGB
CMYK
RGB Variations
Color information
#C8EABB (or 0xC8EABB) is known color: Tea Green. HEX triplet: C8, EA and BB. RGB value is (200,234,187). Sum of RGB (Red+Green+Blue) = 200+234+187=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EABB is #371544. Grayscale: #DADADA. Windows color (decimal): -3609925 or 12315336. OLE color: 12315336.
HSL color Cylindrical-coordinate representation of color #C8EABB: hue angle of 103.4º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8EABB is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 187 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.08 |
| HSL | 103.4º | 0.53% | 0.83% | - |
| HSV(B) | 103.4º | 0.2% | 0.92% | - |
| XYZ | 62.21 | 74.71 | 58.16 | - |
| YUV | 218.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 187 | 0.15 | 0 | 0.20 | 0.08 | 103.4 | 0.53 | 0.83 |
| Hex | C8 | EA | BB | F | 0 | 14 | 8 | 67 | 35 | 53 |
| Octal | 310 | 352 | 273 | 17 | 0 | 24 | 10 | 147 | 65 | 123 |
| Binary | 11001000 | 11101010 | 10111011 | 1111 | 0 | 10100 | 1000 | 1100111 | 110101 | 1010011 |
Color Harmonies of #C8EABB
Complementary color
Monochromatic Colors of #C8EABB
Black with #C8EABB
Text Example
Text Example
White with #C8EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EABB; }
p { color: rgb(200,234,187); }
H1.HeaderClassName
{
color: #C8EABB;
}
.AnyTagClassName
{
color: #C8EABB;
}
</style>
background-color css
<style>
a { background-color: #C8EABB; }
a { background-color: rgb(200,234,187); }
div.DivClassName
{
background-color: #C8EABB;
}
.BgClassName
{
background-color: #C8EABB;
}
</style>
border-color css
<style>
span { border-color: #C8EABB; }
span { border-color: rgb(200,234,187); }
td.TdClassName
{
border-color: #C8EABB;
}
.TagClassName
{
border-color: #C8EABB;
}
</style>