Shades of Tea Green #CEEBC3
Tints of Tea Green #CEEBC3
RGB
CMYK
RGB Variations
Color information
#CEEBC3 (or 0xCEEBC3) is known color: Tea Green. HEX triplet: CE, EB and C3. RGB value is (206,235,195). Sum of RGB (Red+Green+Blue) = 206+235+195=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 195 (76.56% from 255 or 30.66% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBC3 is #31143C. Grayscale: #DDDDDD. Windows color (decimal): -3216445 or 12839886. OLE color: 12839886.
HSL color Cylindrical-coordinate representation of color #CEEBC3: hue angle of 103.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEEBC3 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 195 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.08 |
| HSL | 103.5º | 0.5% | 0.84% | - |
| HSV(B) | 103.5º | 0.17% | 0.92% | - |
| XYZ | 65.01 | 76.48 | 62.97 | - |
| YUV | 221.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 195 | 0.12 | 0 | 0.17 | 0.08 | 103.5 | 0.5 | 0.84 |
| Hex | CE | EB | C3 | C | 0 | 11 | 8 | 68 | 32 | 54 |
| Octal | 316 | 353 | 303 | 14 | 0 | 21 | 10 | 150 | 62 | 124 |
| Binary | 11001110 | 11101011 | 11000011 | 1100 | 0 | 10001 | 1000 | 1101000 | 110010 | 1010100 |
Color Harmonies of #CEEBC3
Complementary color
Monochromatic Colors of #CEEBC3
Black with #CEEBC3
Text Example
Text Example
White with #CEEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBC3; }
p { color: rgb(206,235,195); }
H1.HeaderClassName
{
color: #CEEBC3;
}
.AnyTagClassName
{
color: #CEEBC3;
}
</style>
background-color css
<style>
a { background-color: #CEEBC3; }
a { background-color: rgb(206,235,195); }
div.DivClassName
{
background-color: #CEEBC3;
}
.BgClassName
{
background-color: #CEEBC3;
}
</style>
border-color css
<style>
span { border-color: #CEEBC3; }
span { border-color: rgb(206,235,195); }
td.TdClassName
{
border-color: #CEEBC3;
}
.TagClassName
{
border-color: #CEEBC3;
}
</style>