Shades of Tea Green #CEEFC2
Tints of Tea Green #CEEFC2
RGB
CMYK
RGB Variations
Color information
#CEEFC2 (or 0xCEEFC2) is known color: Tea Green. HEX triplet: CE, EF and C2. RGB value is (206,239,194). Sum of RGB (Red+Green+Blue) = 206+239+194=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 194 (76.17% from 255 or 30.36% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFC2 is #31103D. Grayscale: #E0E0E0. Windows color (decimal): -3215422 or 12775374. OLE color: 12775374.
HSL color Cylindrical-coordinate representation of color #CEEFC2: hue angle of 104º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEEFC2 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 239 | 194 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.06 |
| HSL | 104º | 0.58% | 0.85% | - |
| HSV(B) | 104º | 0.19% | 0.94% | - |
| XYZ | 66.06 | 78.75 | 62.76 | - |
| YUV | 224 | 111.07 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 239 | 194 | 0.14 | 0 | 0.19 | 0.06 | 104 | 0.58 | 0.85 |
| Hex | CE | EF | C2 | E | 0 | 13 | 6 | 68 | 3A | 55 |
| Octal | 316 | 357 | 302 | 16 | 0 | 23 | 6 | 150 | 72 | 125 |
| Binary | 11001110 | 11101111 | 11000010 | 1110 | 0 | 10011 | 110 | 1101000 | 111010 | 1010101 |
Color Harmonies of #CEEFC2
Complementary color
Monochromatic Colors of #CEEFC2
Black with #CEEFC2
Text Example
Text Example
White with #CEEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEFC2; }
p { color: rgb(206,239,194); }
H1.HeaderClassName
{
color: #CEEFC2;
}
.AnyTagClassName
{
color: #CEEFC2;
}
</style>
background-color css
<style>
a { background-color: #CEEFC2; }
a { background-color: rgb(206,239,194); }
div.DivClassName
{
background-color: #CEEFC2;
}
.BgClassName
{
background-color: #CEEFC2;
}
</style>
border-color css
<style>
span { border-color: #CEEFC2; }
span { border-color: rgb(206,239,194); }
td.TdClassName
{
border-color: #CEEFC2;
}
.TagClassName
{
border-color: #CEEFC2;
}
</style>