Shades of Tea Green #CEF2B5
Tints of Tea Green #CEF2B5
RGB
CMYK
RGB Variations
Color information
#CEF2B5 (or 0xCEF2B5) is known color: Tea Green. HEX triplet: CE, F2 and B5. RGB value is (206,242,181). Sum of RGB (Red+Green+Blue) = 206+242+181=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 181 (71.09% from 255 or 28.78% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2B5 is #310D4A. Grayscale: #E0E0E0. Windows color (decimal): -3214667 or 11924174. OLE color: 11924174.
HSL color Cylindrical-coordinate representation of color #CEF2B5: hue angle of 95.41º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEF2B5 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 181 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.05 |
| HSL | 95.41º | 0.7% | 0.83% | - |
| HSV(B) | 95.41º | 0.25% | 0.95% | - |
| XYZ | 65.55 | 79.96 | 55.7 | - |
| YUV | 224.28 | 103.57 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 181 | 0.15 | 0 | 0.25 | 0.05 | 95.41 | 0.7 | 0.83 |
| Hex | CE | F2 | B5 | F | 0 | 19 | 5 | 5F | 46 | 53 |
| Octal | 316 | 362 | 265 | 17 | 0 | 31 | 5 | 137 | 106 | 123 |
| Binary | 11001110 | 11110010 | 10110101 | 1111 | 0 | 11001 | 101 | 1011111 | 1000110 | 1010011 |
Color Harmonies of #CEF2B5
Complementary color
Monochromatic Colors of #CEF2B5
Black with #CEF2B5
Text Example
Text Example
White with #CEF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF2B5; }
p { color: rgb(206,242,181); }
H1.HeaderClassName
{
color: #CEF2B5;
}
.AnyTagClassName
{
color: #CEF2B5;
}
</style>
background-color css
<style>
a { background-color: #CEF2B5; }
a { background-color: rgb(206,242,181); }
div.DivClassName
{
background-color: #CEF2B5;
}
.BgClassName
{
background-color: #CEF2B5;
}
</style>
border-color css
<style>
span { border-color: #CEF2B5; }
span { border-color: rgb(206,242,181); }
td.TdClassName
{
border-color: #CEF2B5;
}
.TagClassName
{
border-color: #CEF2B5;
}
</style>