Shades of Tea Green #CEEEBA
Tints of Tea Green #CEEEBA
RGB
CMYK
RGB Variations
Color information
#CEEEBA (or 0xCEEEBA) is known color: Tea Green. HEX triplet: CE, EE and BA. RGB value is (206,238,186). Sum of RGB (Red+Green+Blue) = 206+238+186=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEBA is #311145. Grayscale: #DEDEDE. Windows color (decimal): -3215686 or 12250830. OLE color: 12250830.
HSL color Cylindrical-coordinate representation of color #CEEEBA: hue angle of 96.92º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEEEBA is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 186 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.07 |
| HSL | 96.92º | 0.6% | 0.83% | - |
| HSV(B) | 96.92º | 0.22% | 0.93% | - |
| XYZ | 64.89 | 77.82 | 58.05 | - |
| YUV | 222.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 186 | 0.13 | 0 | 0.22 | 0.07 | 96.92 | 0.6 | 0.83 |
| Hex | CE | EE | BA | D | 0 | 16 | 7 | 61 | 3C | 53 |
| Octal | 316 | 356 | 272 | 15 | 0 | 26 | 7 | 141 | 74 | 123 |
| Binary | 11001110 | 11101110 | 10111010 | 1101 | 0 | 10110 | 111 | 1100001 | 111100 | 1010011 |
Color Harmonies of #CEEEBA
Complementary color
Monochromatic Colors of #CEEEBA
Black with #CEEEBA
Text Example
Text Example
White with #CEEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEBA; }
p { color: rgb(206,238,186); }
H1.HeaderClassName
{
color: #CEEEBA;
}
.AnyTagClassName
{
color: #CEEEBA;
}
</style>
background-color css
<style>
a { background-color: #CEEEBA; }
a { background-color: rgb(206,238,186); }
div.DivClassName
{
background-color: #CEEEBA;
}
.BgClassName
{
background-color: #CEEEBA;
}
</style>
border-color css
<style>
span { border-color: #CEEEBA; }
span { border-color: rgb(206,238,186); }
td.TdClassName
{
border-color: #CEEEBA;
}
.TagClassName
{
border-color: #CEEEBA;
}
</style>