Shades of Tea Green #CEFBC2
Tints of Tea Green #CEFBC2
RGB
CMYK
RGB Variations
Color information
#CEFBC2 (or 0xCEFBC2) is known color: Tea Green. HEX triplet: CE, FB and C2. RGB value is (206,251,194). Sum of RGB (Red+Green+Blue) = 206+251+194=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFBC2 is #31043D. Grayscale: #E7E7E7. Windows color (decimal): -3212350 or 12778446. OLE color: 12778446.
HSL color Cylindrical-coordinate representation of color #CEFBC2: hue angle of 107.37º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEFBC2 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 251 | 194 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.02 |
| HSL | 107.37º | 0.88% | 0.87% | - |
| HSV(B) | 107.37º | 0.23% | 0.98% | - |
| XYZ | 69.69 | 86.01 | 63.97 | - |
| YUV | 231.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 251 | 194 | 0.18 | 0 | 0.23 | 0.02 | 107.37 | 0.88 | 0.87 |
| Hex | CE | FB | C2 | 12 | 0 | 17 | 2 | 6B | 58 | 57 |
| Octal | 316 | 373 | 302 | 22 | 0 | 27 | 2 | 153 | 130 | 127 |
| Binary | 11001110 | 11111011 | 11000010 | 10010 | 0 | 10111 | 10 | 1101011 | 1011000 | 1010111 |
Color Harmonies of #CEFBC2
Complementary color
Monochromatic Colors of #CEFBC2
Black with #CEFBC2
Text Example
Text Example
White with #CEFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFBC2; }
p { color: rgb(206,251,194); }
H1.HeaderClassName
{
color: #CEFBC2;
}
.AnyTagClassName
{
color: #CEFBC2;
}
</style>
background-color css
<style>
a { background-color: #CEFBC2; }
a { background-color: rgb(206,251,194); }
div.DivClassName
{
background-color: #CEFBC2;
}
.BgClassName
{
background-color: #CEFBC2;
}
</style>
border-color css
<style>
span { border-color: #CEFBC2; }
span { border-color: rgb(206,251,194); }
td.TdClassName
{
border-color: #CEFBC2;
}
.TagClassName
{
border-color: #CEFBC2;
}
</style>