Shades of Tea Green #CEEEBF
Tints of Tea Green #CEEEBF
RGB
CMYK
RGB Variations
Color information
#CEEEBF (or 0xCEEEBF) is known color: Tea Green. HEX triplet: CE, EE and BF. RGB value is (206,238,191). Sum of RGB (Red+Green+Blue) = 206+238+191=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEBF is #311140. Grayscale: #DFDFDF. Windows color (decimal): -3215681 or 12578510. OLE color: 12578510.
HSL color Cylindrical-coordinate representation of color #CEEEBF: hue angle of 100.85º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEEEBF is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 191 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.07 |
| HSL | 100.85º | 0.58% | 0.84% | - |
| HSV(B) | 100.85º | 0.2% | 0.93% | - |
| XYZ | 65.43 | 78.03 | 60.9 | - |
| YUV | 223.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 191 | 0.13 | 0 | 0.20 | 0.07 | 100.85 | 0.58 | 0.84 |
| Hex | CE | EE | BF | D | 0 | 14 | 7 | 65 | 3A | 54 |
| Octal | 316 | 356 | 277 | 15 | 0 | 24 | 7 | 145 | 72 | 124 |
| Binary | 11001110 | 11101110 | 10111111 | 1101 | 0 | 10100 | 111 | 1100101 | 111010 | 1010100 |
Color Harmonies of #CEEEBF
Complementary color
Monochromatic Colors of #CEEEBF
Black with #CEEEBF
Text Example
Text Example
White with #CEEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEBF; }
p { color: rgb(206,238,191); }
H1.HeaderClassName
{
color: #CEEEBF;
}
.AnyTagClassName
{
color: #CEEEBF;
}
</style>
background-color css
<style>
a { background-color: #CEEEBF; }
a { background-color: rgb(206,238,191); }
div.DivClassName
{
background-color: #CEEEBF;
}
.BgClassName
{
background-color: #CEEEBF;
}
</style>
border-color css
<style>
span { border-color: #CEEEBF; }
span { border-color: rgb(206,238,191); }
td.TdClassName
{
border-color: #CEEEBF;
}
.TagClassName
{
border-color: #CEEEBF;
}
</style>