Shades of Tea Green #CEEEBB
Tints of Tea Green #CEEEBB
RGB
CMYK
RGB Variations
Color information
#CEEEBB (or 0xCEEEBB) is known color: Tea Green. HEX triplet: CE, EE and BB. RGB value is (206,238,187). Sum of RGB (Red+Green+Blue) = 206+238+187=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEBB is #311144. Grayscale: #DEDEDE. Windows color (decimal): -3215685 or 12316366. OLE color: 12316366.
HSL color Cylindrical-coordinate representation of color #CEEEBB: hue angle of 97.65º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEEEBB is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 187 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.07 |
| HSL | 97.65º | 0.6% | 0.83% | - |
| HSV(B) | 97.65º | 0.21% | 0.93% | - |
| XYZ | 65 | 77.86 | 58.62 | - |
| YUV | 222.62 | 107.9 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 187 | 0.13 | 0 | 0.21 | 0.07 | 97.65 | 0.6 | 0.83 |
| Hex | CE | EE | BB | D | 0 | 15 | 7 | 62 | 3C | 53 |
| Octal | 316 | 356 | 273 | 15 | 0 | 25 | 7 | 142 | 74 | 123 |
| Binary | 11001110 | 11101110 | 10111011 | 1101 | 0 | 10101 | 111 | 1100010 | 111100 | 1010011 |
Color Harmonies of #CEEEBB
Complementary color
Monochromatic Colors of #CEEEBB
Black with #CEEEBB
Text Example
Text Example
White with #CEEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEBB; }
p { color: rgb(206,238,187); }
H1.HeaderClassName
{
color: #CEEEBB;
}
.AnyTagClassName
{
color: #CEEEBB;
}
</style>
background-color css
<style>
a { background-color: #CEEEBB; }
a { background-color: rgb(206,238,187); }
div.DivClassName
{
background-color: #CEEEBB;
}
.BgClassName
{
background-color: #CEEEBB;
}
</style>
border-color css
<style>
span { border-color: #CEEEBB; }
span { border-color: rgb(206,238,187); }
td.TdClassName
{
border-color: #CEEEBB;
}
.TagClassName
{
border-color: #CEEEBB;
}
</style>