Shades of Tea Green #C8ECB4
Tints of Tea Green #C8ECB4
RGB
CMYK
RGB Variations
Color information
#C8ECB4 (or 0xC8ECB4) is known color: Tea Green. HEX triplet: C8, EC and B4. RGB value is (200,236,180). Sum of RGB (Red+Green+Blue) = 200+236+180=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 180 (70.70% from 255 or 29.22% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #C8ECB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8ECB4 is #37134B. Grayscale: #DBDBDB. Windows color (decimal): -3609420 or 11857096. OLE color: 11857096.
HSL color Cylindrical-coordinate representation of color #C8ECB4: hue angle of 98.57º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8ECB4 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 180 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.07 |
| HSL | 98.57º | 0.6% | 0.82% | - |
| HSV(B) | 98.57º | 0.24% | 0.93% | - |
| XYZ | 62.05 | 75.57 | 54.5 | - |
| YUV | 218.85 | 106.07 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 180 | 0.15 | 0 | 0.24 | 0.07 | 98.57 | 0.6 | 0.82 |
| Hex | C8 | EC | B4 | F | 0 | 18 | 7 | 63 | 3C | 52 |
| Octal | 310 | 354 | 264 | 17 | 0 | 30 | 7 | 143 | 74 | 122 |
| Binary | 11001000 | 11101100 | 10110100 | 1111 | 0 | 11000 | 111 | 1100011 | 111100 | 1010010 |
Color Harmonies of #C8ECB4
Complementary color
Monochromatic Colors of #C8ECB4
Black with #C8ECB4
Text Example
Text Example
White with #C8ECB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECB4; }
p { color: rgb(200,236,180); }
H1.HeaderClassName
{
color: #C8ECB4;
}
.AnyTagClassName
{
color: #C8ECB4;
}
</style>
background-color css
<style>
a { background-color: #C8ECB4; }
a { background-color: rgb(200,236,180); }
div.DivClassName
{
background-color: #C8ECB4;
}
.BgClassName
{
background-color: #C8ECB4;
}
</style>
border-color css
<style>
span { border-color: #C8ECB4; }
span { border-color: rgb(200,236,180); }
td.TdClassName
{
border-color: #C8ECB4;
}
.TagClassName
{
border-color: #C8ECB4;
}
</style>