Shades of Tea Green #CEEBB2
Tints of Tea Green #CEEBB2
RGB
CMYK
RGB Variations
Color information
#CEEBB2 (or 0xCEEBB2) is known color: Tea Green. HEX triplet: CE, EB and B2. RGB value is (206,235,178). Sum of RGB (Red+Green+Blue) = 206+235+178=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 178 (69.92% from 255 or 28.76% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEBB2 is #31144D. Grayscale: #DCDCDC. Windows color (decimal): -3216462 or 11725774. OLE color: 11725774.
HSL color Cylindrical-coordinate representation of color #CEEBB2: hue angle of 90.53º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEEBB2 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 178 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.08 |
| HSL | 90.53º | 0.59% | 0.81% | - |
| HSV(B) | 90.53º | 0.24% | 0.92% | - |
| XYZ | 63.2 | 75.75 | 53.41 | - |
| YUV | 219.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 178 | 0.12 | 0 | 0.24 | 0.08 | 90.53 | 0.59 | 0.81 |
| Hex | CE | EB | B2 | C | 0 | 18 | 8 | 5B | 3B | 51 |
| Octal | 316 | 353 | 262 | 14 | 0 | 30 | 10 | 133 | 73 | 121 |
| Binary | 11001110 | 11101011 | 10110010 | 1100 | 0 | 11000 | 1000 | 1011011 | 111011 | 1010001 |
Color Harmonies of #CEEBB2
Complementary color
Monochromatic Colors of #CEEBB2
Black with #CEEBB2
Text Example
Text Example
White with #CEEBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBB2; }
p { color: rgb(206,235,178); }
H1.HeaderClassName
{
color: #CEEBB2;
}
.AnyTagClassName
{
color: #CEEBB2;
}
</style>
background-color css
<style>
a { background-color: #CEEBB2; }
a { background-color: rgb(206,235,178); }
div.DivClassName
{
background-color: #CEEBB2;
}
.BgClassName
{
background-color: #CEEBB2;
}
</style>
border-color css
<style>
span { border-color: #CEEBB2; }
span { border-color: rgb(206,235,178); }
td.TdClassName
{
border-color: #CEEBB2;
}
.TagClassName
{
border-color: #CEEBB2;
}
</style>