Shades of Tea Green #C8EABA
Tints of Tea Green #C8EABA
RGB
CMYK
RGB Variations
Color information
#C8EABA (or 0xC8EABA) is known color: Tea Green. HEX triplet: C8, EA and BA. RGB value is (200,234,186). Sum of RGB (Red+Green+Blue) = 200+234+186=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EABA is #371545. Grayscale: #DADADA. Windows color (decimal): -3609926 or 12249800. OLE color: 12249800.
HSL color Cylindrical-coordinate representation of color #C8EABA: hue angle of 102.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8EABA is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 186 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.08 |
| HSL | 102.5º | 0.53% | 0.82% | - |
| HSV(B) | 102.5º | 0.21% | 0.92% | - |
| XYZ | 62.11 | 74.67 | 57.59 | - |
| YUV | 218.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 186 | 0.15 | 0 | 0.21 | 0.08 | 102.5 | 0.53 | 0.82 |
| Hex | C8 | EA | BA | F | 0 | 15 | 8 | 66 | 35 | 52 |
| Octal | 310 | 352 | 272 | 17 | 0 | 25 | 10 | 146 | 65 | 122 |
| Binary | 11001000 | 11101010 | 10111010 | 1111 | 0 | 10101 | 1000 | 1100110 | 110101 | 1010010 |
Color Harmonies of #C8EABA
Complementary color
Monochromatic Colors of #C8EABA
Black with #C8EABA
Text Example
Text Example
White with #C8EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EABA; }
p { color: rgb(200,234,186); }
H1.HeaderClassName
{
color: #C8EABA;
}
.AnyTagClassName
{
color: #C8EABA;
}
</style>
background-color css
<style>
a { background-color: #C8EABA; }
a { background-color: rgb(200,234,186); }
div.DivClassName
{
background-color: #C8EABA;
}
.BgClassName
{
background-color: #C8EABA;
}
</style>
border-color css
<style>
span { border-color: #C8EABA; }
span { border-color: rgb(200,234,186); }
td.TdClassName
{
border-color: #C8EABA;
}
.TagClassName
{
border-color: #C8EABA;
}
</style>