Shades of Tea Green #CEF2BA
Tints of Tea Green #CEF2BA
RGB
CMYK
RGB Variations
Color information
#CEF2BA (or 0xCEF2BA) is known color: Tea Green. HEX triplet: CE, F2 and BA. RGB value is (206,242,186). Sum of RGB (Red+Green+Blue) = 206+242+186=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2BA is #310D45. Grayscale: #E1E1E1. Windows color (decimal): -3214662 or 12251854. OLE color: 12251854.
HSL color Cylindrical-coordinate representation of color #CEF2BA: hue angle of 98.57º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEF2BA is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 186 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.05 |
| HSL | 98.57º | 0.68% | 0.84% | - |
| HSV(B) | 98.57º | 0.23% | 0.95% | - |
| XYZ | 66.07 | 80.17 | 58.45 | - |
| YUV | 224.85 | 106.07 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 186 | 0.15 | 0 | 0.23 | 0.05 | 98.57 | 0.68 | 0.84 |
| Hex | CE | F2 | BA | F | 0 | 17 | 5 | 63 | 44 | 54 |
| Octal | 316 | 362 | 272 | 17 | 0 | 27 | 5 | 143 | 104 | 124 |
| Binary | 11001110 | 11110010 | 10111010 | 1111 | 0 | 10111 | 101 | 1100011 | 1000100 | 1010100 |
Color Harmonies of #CEF2BA
Complementary color
Monochromatic Colors of #CEF2BA
Black with #CEF2BA
Text Example
Text Example
White with #CEF2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2BA; }
p { color: rgb(206,242,186); }
H1.HeaderClassName
{
color: #CEF2BA;
}
.AnyTagClassName
{
color: #CEF2BA;
}
</style>
background-color css
<style>
a { background-color: #CEF2BA; }
a { background-color: rgb(206,242,186); }
div.DivClassName
{
background-color: #CEF2BA;
}
.BgClassName
{
background-color: #CEF2BA;
}
</style>
border-color css
<style>
span { border-color: #CEF2BA; }
span { border-color: rgb(206,242,186); }
td.TdClassName
{
border-color: #CEF2BA;
}
.TagClassName
{
border-color: #CEF2BA;
}
</style>