Shades of Tea Green #CEF1BC
Tints of Tea Green #CEF1BC
RGB
CMYK
RGB Variations
Color information
#CEF1BC (or 0xCEF1BC) is known color: Tea Green. HEX triplet: CE, F1 and BC. RGB value is (206,241,188). Sum of RGB (Red+Green+Blue) = 206+241+188=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1BC is #310E43. Grayscale: #E0E0E0. Windows color (decimal): -3214916 or 12382670. OLE color: 12382670.
HSL color Cylindrical-coordinate representation of color #CEF1BC: hue angle of 99.62º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEF1BC is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 188 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.05 |
| HSL | 99.62º | 0.65% | 0.84% | - |
| HSV(B) | 99.62º | 0.22% | 0.95% | - |
| XYZ | 65.99 | 79.66 | 59.48 | - |
| YUV | 224.49 | 107.4 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 188 | 0.15 | 0 | 0.22 | 0.05 | 99.62 | 0.65 | 0.84 |
| Hex | CE | F1 | BC | F | 0 | 16 | 5 | 64 | 41 | 54 |
| Octal | 316 | 361 | 274 | 17 | 0 | 26 | 5 | 144 | 101 | 124 |
| Binary | 11001110 | 11110001 | 10111100 | 1111 | 0 | 10110 | 101 | 1100100 | 1000001 | 1010100 |
Color Harmonies of #CEF1BC
Complementary color
Monochromatic Colors of #CEF1BC
Black with #CEF1BC
Text Example
Text Example
White with #CEF1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1BC; }
p { color: rgb(206,241,188); }
H1.HeaderClassName
{
color: #CEF1BC;
}
.AnyTagClassName
{
color: #CEF1BC;
}
</style>
background-color css
<style>
a { background-color: #CEF1BC; }
a { background-color: rgb(206,241,188); }
div.DivClassName
{
background-color: #CEF1BC;
}
.BgClassName
{
background-color: #CEF1BC;
}
</style>
border-color css
<style>
span { border-color: #CEF1BC; }
span { border-color: rgb(206,241,188); }
td.TdClassName
{
border-color: #CEF1BC;
}
.TagClassName
{
border-color: #CEF1BC;
}
</style>