Shades of Tea Green #CEEBB4
Tints of Tea Green #CEEBB4
RGB
CMYK
RGB Variations
Color information
#CEEBB4 (or 0xCEEBB4) is known color: Tea Green. HEX triplet: CE, EB and B4. RGB value is (206,235,180). Sum of RGB (Red+Green+Blue) = 206+235+180=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBB4 is #31144B. Grayscale: #DCDCDC. Windows color (decimal): -3216460 or 11856846. OLE color: 11856846.
HSL color Cylindrical-coordinate representation of color #CEEBB4: hue angle of 91.64º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEEBB4 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 180 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.08 |
| HSL | 91.64º | 0.58% | 0.81% | - |
| HSV(B) | 91.64º | 0.23% | 0.92% | - |
| XYZ | 63.4 | 75.83 | 54.48 | - |
| YUV | 220.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 180 | 0.12 | 0 | 0.23 | 0.08 | 91.64 | 0.58 | 0.81 |
| Hex | CE | EB | B4 | C | 0 | 17 | 8 | 5C | 3A | 51 |
| Octal | 316 | 353 | 264 | 14 | 0 | 27 | 10 | 134 | 72 | 121 |
| Binary | 11001110 | 11101011 | 10110100 | 1100 | 0 | 10111 | 1000 | 1011100 | 111010 | 1010001 |
Color Harmonies of #CEEBB4
Complementary color
Monochromatic Colors of #CEEBB4
Black with #CEEBB4
Text Example
Text Example
White with #CEEBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBB4; }
p { color: rgb(206,235,180); }
H1.HeaderClassName
{
color: #CEEBB4;
}
.AnyTagClassName
{
color: #CEEBB4;
}
</style>
background-color css
<style>
a { background-color: #CEEBB4; }
a { background-color: rgb(206,235,180); }
div.DivClassName
{
background-color: #CEEBB4;
}
.BgClassName
{
background-color: #CEEBB4;
}
</style>
border-color css
<style>
span { border-color: #CEEBB4; }
span { border-color: rgb(206,235,180); }
td.TdClassName
{
border-color: #CEEBB4;
}
.TagClassName
{
border-color: #CEEBB4;
}
</style>