Shades of Tea Green #CEECBF
Tints of Tea Green #CEECBF
RGB
CMYK
RGB Variations
Color information
#CEECBF (or 0xCEECBF) is known color: Tea Green. HEX triplet: CE, EC and BF. RGB value is (206,236,191). Sum of RGB (Red+Green+Blue) = 206+236+191=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECBF is #311340. Grayscale: #DEDEDE. Windows color (decimal): -3216193 or 12577998. OLE color: 12577998.
HSL color Cylindrical-coordinate representation of color #CEECBF: hue angle of 100º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEECBF is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 191 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.07 |
| HSL | 100º | 0.54% | 0.84% | - |
| HSV(B) | 100º | 0.19% | 0.93% | - |
| XYZ | 64.85 | 76.87 | 60.71 | - |
| YUV | 221.9 | 110.56 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 191 | 0.13 | 0 | 0.19 | 0.07 | 100 | 0.54 | 0.84 |
| Hex | CE | EC | BF | D | 0 | 13 | 7 | 64 | 36 | 54 |
| Octal | 316 | 354 | 277 | 15 | 0 | 23 | 7 | 144 | 66 | 124 |
| Binary | 11001110 | 11101100 | 10111111 | 1101 | 0 | 10011 | 111 | 1100100 | 110110 | 1010100 |
Color Harmonies of #CEECBF
Complementary color
Monochromatic Colors of #CEECBF
Black with #CEECBF
Text Example
Text Example
White with #CEECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECBF; }
p { color: rgb(206,236,191); }
H1.HeaderClassName
{
color: #CEECBF;
}
.AnyTagClassName
{
color: #CEECBF;
}
</style>
background-color css
<style>
a { background-color: #CEECBF; }
a { background-color: rgb(206,236,191); }
div.DivClassName
{
background-color: #CEECBF;
}
.BgClassName
{
background-color: #CEECBF;
}
</style>
border-color css
<style>
span { border-color: #CEECBF; }
span { border-color: rgb(206,236,191); }
td.TdClassName
{
border-color: #CEECBF;
}
.TagClassName
{
border-color: #CEECBF;
}
</style>