Shades of Tea Green #CEECC5
Tints of Tea Green #CEECC5
RGB
CMYK
RGB Variations
Color information
#CEECC5 (or 0xCEECC5) is known color: Tea Green. HEX triplet: CE, EC and C5. RGB value is (206,236,197). Sum of RGB (Red+Green+Blue) = 206+236+197=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECC5 is #31133A. Grayscale: #DEDEDE. Windows color (decimal): -3216187 or 12971214. OLE color: 12971214.
HSL color Cylindrical-coordinate representation of color #CEECC5: hue angle of 106.15º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEECC5 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 197 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.07 |
| HSL | 106.15º | 0.51% | 0.85% | - |
| HSV(B) | 106.15º | 0.17% | 0.93% | - |
| XYZ | 65.53 | 77.14 | 64.26 | - |
| YUV | 222.58 | 113.56 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 197 | 0.13 | 0 | 0.17 | 0.07 | 106.15 | 0.51 | 0.85 |
| Hex | CE | EC | C5 | D | 0 | 11 | 7 | 6A | 33 | 55 |
| Octal | 316 | 354 | 305 | 15 | 0 | 21 | 7 | 152 | 63 | 125 |
| Binary | 11001110 | 11101100 | 11000101 | 1101 | 0 | 10001 | 111 | 1101010 | 110011 | 1010101 |
Color Harmonies of #CEECC5
Complementary color
Monochromatic Colors of #CEECC5
Black with #CEECC5
Text Example
Text Example
White with #CEECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECC5; }
p { color: rgb(206,236,197); }
H1.HeaderClassName
{
color: #CEECC5;
}
.AnyTagClassName
{
color: #CEECC5;
}
</style>
background-color css
<style>
a { background-color: #CEECC5; }
a { background-color: rgb(206,236,197); }
div.DivClassName
{
background-color: #CEECC5;
}
.BgClassName
{
background-color: #CEECC5;
}
</style>
border-color css
<style>
span { border-color: #CEECC5; }
span { border-color: rgb(206,236,197); }
td.TdClassName
{
border-color: #CEECC5;
}
.TagClassName
{
border-color: #CEECC5;
}
</style>