Shades of Tea Green #CEEBC1
Tints of Tea Green #CEEBC1
RGB
CMYK
RGB Variations
Color information
#CEEBC1 (or 0xCEEBC1) is known color: Tea Green. HEX triplet: CE, EB and C1. RGB value is (206,235,193). Sum of RGB (Red+Green+Blue) = 206+235+193=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBC1 is #31143E. Grayscale: #DDDDDD. Windows color (decimal): -3216447 or 12708814. OLE color: 12708814.
HSL color Cylindrical-coordinate representation of color #CEEBC1: hue angle of 101.43º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEEBC1 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 193 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.08 |
| HSL | 101.43º | 0.51% | 0.84% | - |
| HSV(B) | 101.43º | 0.18% | 0.92% | - |
| XYZ | 64.79 | 76.39 | 61.78 | - |
| YUV | 221.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 193 | 0.12 | 0 | 0.18 | 0.08 | 101.43 | 0.51 | 0.84 |
| Hex | CE | EB | C1 | C | 0 | 12 | 8 | 65 | 33 | 54 |
| Octal | 316 | 353 | 301 | 14 | 0 | 22 | 10 | 145 | 63 | 124 |
| Binary | 11001110 | 11101011 | 11000001 | 1100 | 0 | 10010 | 1000 | 1100101 | 110011 | 1010100 |
Color Harmonies of #CEEBC1
Complementary color
Monochromatic Colors of #CEEBC1
Black with #CEEBC1
Text Example
Text Example
White with #CEEBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBC1; }
p { color: rgb(206,235,193); }
H1.HeaderClassName
{
color: #CEEBC1;
}
.AnyTagClassName
{
color: #CEEBC1;
}
</style>
background-color css
<style>
a { background-color: #CEEBC1; }
a { background-color: rgb(206,235,193); }
div.DivClassName
{
background-color: #CEEBC1;
}
.BgClassName
{
background-color: #CEEBC1;
}
</style>
border-color css
<style>
span { border-color: #CEEBC1; }
span { border-color: rgb(206,235,193); }
td.TdClassName
{
border-color: #CEEBC1;
}
.TagClassName
{
border-color: #CEEBC1;
}
</style>