Shades of Tea Green #CEEDC0
Tints of Tea Green #CEEDC0
RGB
CMYK
RGB Variations
Color information
#CEEDC0 (or 0xCEEDC0) is known color: Tea Green. HEX triplet: CE, ED and C0. RGB value is (206,237,192). Sum of RGB (Red+Green+Blue) = 206+237+192=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDC0 is #31123F. Grayscale: #DEDEDE. Windows color (decimal): -3215936 or 12643790. OLE color: 12643790.
HSL color Cylindrical-coordinate representation of color #CEEDC0: hue angle of 101.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEEDC0 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 237 | 192 | - |
CMYK | 0.13 | 0 | 0.19 | 0.07 |
HSL | 101.33º | 0.56% | 0.84% | - |
HSV(B) | 101.33º | 0.19% | 0.93% | - |
XYZ | 65.25 | 77.5 | 61.39 | - |
YUV | 222.6 | 110.73 | 116.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 237 | 192 | 0.13 | 0 | 0.19 | 0.07 | 101.33 | 0.56 | 0.84 |
Hex | CE | ED | C0 | D | 0 | 13 | 7 | 65 | 38 | 54 |
Octal | 316 | 355 | 300 | 15 | 0 | 23 | 7 | 145 | 70 | 124 |
Binary | 11001110 | 11101101 | 11000000 | 1101 | 0 | 10011 | 111 | 1100101 | 111000 | 1010100 |
Color Harmonies of #CEEDC0
Complementary color
Monochromatic Colors of #CEEDC0
Black with #CEEDC0
Text Example
Text Example
White with #CEEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEDC0; }
p { color: rgb(206,237,192); }
H1.HeaderClassName
{
color: #CEEDC0;
}
.AnyTagClassName
{
color: #CEEDC0;
}
</style>
background-color css
<style>
a { background-color: #CEEDC0; }
a { background-color: rgb(206,237,192); }
div.DivClassName
{
background-color: #CEEDC0;
}
.BgClassName
{
background-color: #CEEDC0;
}
</style>
border-color css
<style>
span { border-color: #CEEDC0; }
span { border-color: rgb(206,237,192); }
td.TdClassName
{
border-color: #CEEDC0;
}
.TagClassName
{
border-color: #CEEDC0;
}
</style>