Shades of Tea Green #CEEEBC
Tints of Tea Green #CEEEBC
RGB
CMYK
RGB Variations
Color information
#CEEEBC (or 0xCEEEBC) is known color: Tea Green. HEX triplet: CE, EE and BC. RGB value is (206,238,188). Sum of RGB (Red+Green+Blue) = 206+238+188=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEBC is #311143. Grayscale: #DEDEDE. Windows color (decimal): -3215684 or 12381902. OLE color: 12381902.
HSL color Cylindrical-coordinate representation of color #CEEEBC: hue angle of 98.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEEEBC is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 188 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.07 |
| HSL | 98.4º | 0.6% | 0.84% | - |
| HSV(B) | 98.4º | 0.21% | 0.93% | - |
| XYZ | 65.11 | 77.9 | 59.18 | - |
| YUV | 222.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 188 | 0.13 | 0 | 0.21 | 0.07 | 98.4 | 0.6 | 0.84 |
| Hex | CE | EE | BC | D | 0 | 15 | 7 | 62 | 3C | 54 |
| Octal | 316 | 356 | 274 | 15 | 0 | 25 | 7 | 142 | 74 | 124 |
| Binary | 11001110 | 11101110 | 10111100 | 1101 | 0 | 10101 | 111 | 1100010 | 111100 | 1010100 |
Color Harmonies of #CEEEBC
Complementary color
Monochromatic Colors of #CEEEBC
Black with #CEEEBC
Text Example
Text Example
White with #CEEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEBC; }
p { color: rgb(206,238,188); }
H1.HeaderClassName
{
color: #CEEEBC;
}
.AnyTagClassName
{
color: #CEEEBC;
}
</style>
background-color css
<style>
a { background-color: #CEEEBC; }
a { background-color: rgb(206,238,188); }
div.DivClassName
{
background-color: #CEEEBC;
}
.BgClassName
{
background-color: #CEEEBC;
}
</style>
border-color css
<style>
span { border-color: #CEEEBC; }
span { border-color: rgb(206,238,188); }
td.TdClassName
{
border-color: #CEEEBC;
}
.TagClassName
{
border-color: #CEEEBC;
}
</style>