Shades of Tea Green #CEFFC2
Tints of Tea Green #CEFFC2
RGB
CMYK
RGB Variations
Color information
#CEFFC2 (or 0xCEFFC2) is known color: Tea Green. HEX triplet: CE, FF and C2. RGB value is (206,255,194). Sum of RGB (Red+Green+Blue) = 206+255+194=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 194 (76.17% from 255 or 29.62% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFC2 is #31003D. Grayscale: #E9E9E9. Windows color (decimal): -3211326 or 12779470. OLE color: 12779470.
HSL color Cylindrical-coordinate representation of color #CEFFC2: hue angle of 108.2º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEFFC2 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 194 | - |
| CMYK | 0.19 | 0 | 0.24 | 0 |
| HSL | 108.2º | 1% | 0.88% | - |
| HSV(B) | 108.2º | 0.24% | 1% | - |
| XYZ | 70.95 | 88.54 | 64.39 | - |
| YUV | 233.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 194 | 0.19 | 0 | 0.24 | 0 | 108.2 | 1 | 0.88 |
| Hex | CE | FF | C2 | 13 | 0 | 18 | 0 | 6C | 64 | 58 |
| Octal | 316 | 377 | 302 | 23 | 0 | 30 | 0 | 154 | 144 | 130 |
| Binary | 11001110 | 11111111 | 11000010 | 10011 | 0 | 11000 | 0 | 1101100 | 1100100 | 1011000 |
Color Harmonies of #CEFFC2
Complementary color
Monochromatic Colors of #CEFFC2
Black with #CEFFC2
Text Example
Text Example
White with #CEFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFC2; }
p { color: rgb(206,255,194); }
H1.HeaderClassName
{
color: #CEFFC2;
}
.AnyTagClassName
{
color: #CEFFC2;
}
</style>
background-color css
<style>
a { background-color: #CEFFC2; }
a { background-color: rgb(206,255,194); }
div.DivClassName
{
background-color: #CEFFC2;
}
.BgClassName
{
background-color: #CEFFC2;
}
</style>
border-color css
<style>
span { border-color: #CEFFC2; }
span { border-color: rgb(206,255,194); }
td.TdClassName
{
border-color: #CEFFC2;
}
.TagClassName
{
border-color: #CEFFC2;
}
</style>