Shades of Tea Green #CEEBB1
Tints of Tea Green #CEEBB1
RGB
CMYK
RGB Variations
Color information
#CEEBB1 (or 0xCEEBB1) is known color: Tea Green. HEX triplet: CE, EB and B1. RGB value is (206,235,177). Sum of RGB (Red+Green+Blue) = 206+235+177=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBB1 is #31144E. Grayscale: #DBDBDB. Windows color (decimal): -3216463 or 11660238. OLE color: 11660238.
HSL color Cylindrical-coordinate representation of color #CEEBB1: hue angle of 90º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEEBB1 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 177 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.08 |
| HSL | 90º | 0.59% | 0.81% | - |
| HSV(B) | 90º | 0.25% | 0.92% | - |
| XYZ | 63.1 | 75.71 | 52.88 | - |
| YUV | 219.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 177 | 0.12 | 0 | 0.25 | 0.08 | 90 | 0.59 | 0.81 |
| Hex | CE | EB | B1 | C | 0 | 19 | 8 | 5A | 3B | 51 |
| Octal | 316 | 353 | 261 | 14 | 0 | 31 | 10 | 132 | 73 | 121 |
| Binary | 11001110 | 11101011 | 10110001 | 1100 | 0 | 11001 | 1000 | 1011010 | 111011 | 1010001 |
Color Harmonies of #CEEBB1
Complementary color
Monochromatic Colors of #CEEBB1
Black with #CEEBB1
Text Example
Text Example
White with #CEEBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBB1; }
p { color: rgb(206,235,177); }
H1.HeaderClassName
{
color: #CEEBB1;
}
.AnyTagClassName
{
color: #CEEBB1;
}
</style>
background-color css
<style>
a { background-color: #CEEBB1; }
a { background-color: rgb(206,235,177); }
div.DivClassName
{
background-color: #CEEBB1;
}
.BgClassName
{
background-color: #CEEBB1;
}
</style>
border-color css
<style>
span { border-color: #CEEBB1; }
span { border-color: rgb(206,235,177); }
td.TdClassName
{
border-color: #CEEBB1;
}
.TagClassName
{
border-color: #CEEBB1;
}
</style>