Shades of Tea Green #CEF1B3
Tints of Tea Green #CEF1B3
RGB
CMYK
RGB Variations
Color information
#CEF1B3 (or 0xCEF1B3) is known color: Tea Green. HEX triplet: CE, F1 and B3. RGB value is (206,241,179). Sum of RGB (Red+Green+Blue) = 206+241+179=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 179 (70.31% from 255 or 28.59% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1B3 is #310E4C. Grayscale: #DFDFDF. Windows color (decimal): -3214925 or 11792846. OLE color: 11792846.
HSL color Cylindrical-coordinate representation of color #CEF1B3: hue angle of 93.87º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEF1B3 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 179 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.05 |
| HSL | 93.87º | 0.69% | 0.82% | - |
| HSV(B) | 93.87º | 0.26% | 0.95% | - |
| XYZ | 65.05 | 79.29 | 54.52 | - |
| YUV | 223.47 | 102.9 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 179 | 0.15 | 0 | 0.26 | 0.05 | 93.87 | 0.69 | 0.82 |
| Hex | CE | F1 | B3 | F | 0 | 1A | 5 | 5E | 45 | 52 |
| Octal | 316 | 361 | 263 | 17 | 0 | 32 | 5 | 136 | 105 | 122 |
| Binary | 11001110 | 11110001 | 10110011 | 1111 | 0 | 11010 | 101 | 1011110 | 1000101 | 1010010 |
Color Harmonies of #CEF1B3
Complementary color
Monochromatic Colors of #CEF1B3
Black with #CEF1B3
Text Example
Text Example
White with #CEF1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1B3; }
p { color: rgb(206,241,179); }
H1.HeaderClassName
{
color: #CEF1B3;
}
.AnyTagClassName
{
color: #CEF1B3;
}
</style>
background-color css
<style>
a { background-color: #CEF1B3; }
a { background-color: rgb(206,241,179); }
div.DivClassName
{
background-color: #CEF1B3;
}
.BgClassName
{
background-color: #CEF1B3;
}
</style>
border-color css
<style>
span { border-color: #CEF1B3; }
span { border-color: rgb(206,241,179); }
td.TdClassName
{
border-color: #CEF1B3;
}
.TagClassName
{
border-color: #CEF1B3;
}
</style>