Shades of Tea Green #CEF5C1
Tints of Tea Green #CEF5C1
RGB
CMYK
RGB Variations
Color information
#CEF5C1 (or 0xCEF5C1) is known color: Tea Green. HEX triplet: CE, F5 and C1. RGB value is (206,245,193). Sum of RGB (Red+Green+Blue) = 206+245+193=644 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.99% from 644); Green value is 245 (96.09% from 255 or 38.04% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF5C1 is #310A3E. Grayscale: #E3E3E3. Windows color (decimal): -3213887 or 12711374. OLE color: 12711374.
HSL color Cylindrical-coordinate representation of color #CEF5C1: hue angle of 105º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEF5C1 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 193 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.04 |
| HSL | 105º | 0.72% | 0.86% | - |
| HSV(B) | 105º | 0.21% | 0.96% | - |
| XYZ | 67.73 | 82.28 | 62.76 | - |
| YUV | 227.41 | 108.58 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 193 | 0.16 | 0 | 0.21 | 0.04 | 105 | 0.72 | 0.86 |
| Hex | CE | F5 | C1 | 10 | 0 | 15 | 4 | 69 | 48 | 56 |
| Octal | 316 | 365 | 301 | 20 | 0 | 25 | 4 | 151 | 110 | 126 |
| Binary | 11001110 | 11110101 | 11000001 | 10000 | 0 | 10101 | 100 | 1101001 | 1001000 | 1010110 |
Color Harmonies of #CEF5C1
Complementary color
Monochromatic Colors of #CEF5C1
Black with #CEF5C1
Text Example
Text Example
White with #CEF5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5C1; }
p { color: rgb(206,245,193); }
H1.HeaderClassName
{
color: #CEF5C1;
}
.AnyTagClassName
{
color: #CEF5C1;
}
</style>
background-color css
<style>
a { background-color: #CEF5C1; }
a { background-color: rgb(206,245,193); }
div.DivClassName
{
background-color: #CEF5C1;
}
.BgClassName
{
background-color: #CEF5C1;
}
</style>
border-color css
<style>
span { border-color: #CEF5C1; }
span { border-color: rgb(206,245,193); }
td.TdClassName
{
border-color: #CEF5C1;
}
.TagClassName
{
border-color: #CEF5C1;
}
</style>