Shades of Tea Green #CEFCAC
Tints of Tea Green #CEFCAC
RGB
CMYK
RGB Variations
Color information
#CEFCAC (or 0xCEFCAC) is known color: Tea Green. HEX triplet: CE, FC and AC. RGB value is (206,252,172). Sum of RGB (Red+Green+Blue) = 206+252+172=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCAC is #310353. Grayscale: #E5E5E5. Windows color (decimal): -3212116 or 11336910. OLE color: 11336910.
HSL color Cylindrical-coordinate representation of color #CEFCAC: hue angle of 94.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEFCAC is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 172 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.01 |
| HSL | 94.5º | 0.93% | 0.83% | - |
| HSV(B) | 94.5º | 0.32% | 0.99% | - |
| XYZ | 67.71 | 85.72 | 52.01 | - |
| YUV | 229.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 172 | 0.18 | 0 | 0.32 | 0.01 | 94.5 | 0.93 | 0.83 |
| Hex | CE | FC | AC | 12 | 0 | 20 | 1 | 5E | 5D | 53 |
| Octal | 316 | 374 | 254 | 22 | 0 | 40 | 1 | 136 | 135 | 123 |
| Binary | 11001110 | 11111100 | 10101100 | 10010 | 0 | 100000 | 1 | 1011110 | 1011101 | 1010011 |
Color Harmonies of #CEFCAC
Complementary color
Monochromatic Colors of #CEFCAC
Black with #CEFCAC
Text Example
Text Example
White with #CEFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFCAC; }
p { color: rgb(206,252,172); }
H1.HeaderClassName
{
color: #CEFCAC;
}
.AnyTagClassName
{
color: #CEFCAC;
}
</style>
background-color css
<style>
a { background-color: #CEFCAC; }
a { background-color: rgb(206,252,172); }
div.DivClassName
{
background-color: #CEFCAC;
}
.BgClassName
{
background-color: #CEFCAC;
}
</style>
border-color css
<style>
span { border-color: #CEFCAC; }
span { border-color: rgb(206,252,172); }
td.TdClassName
{
border-color: #CEFCAC;
}
.TagClassName
{
border-color: #CEFCAC;
}
</style>