Shades of Tea Green #CEEAC3
Tints of Tea Green #CEEAC3
RGB
CMYK
RGB Variations
Color information
#CEEAC3 (or 0xCEEAC3) is known color: Tea Green. HEX triplet: CE, EA and C3. RGB value is (206,234,195). Sum of RGB (Red+Green+Blue) = 206+234+195=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 195 (76.56% from 255 or 30.71% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEAC3 is #31153C. Grayscale: #DDDDDD. Windows color (decimal): -3216701 or 12839630. OLE color: 12839630.
HSL color Cylindrical-coordinate representation of color #CEEAC3: hue angle of 103.08º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEEAC3 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
RGB | 206 | 234 | 195 | - |
CMYK | 0.12 | 0 | 0.17 | 0.08 |
HSL | 103.08º | 0.48% | 0.84% | - |
HSV(B) | 103.08º | 0.17% | 0.92% | - |
XYZ | 64.73 | 75.91 | 62.87 | - |
YUV | 221.18 | 113.22 | 117.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 234 | 195 | 0.12 | 0 | 0.17 | 0.08 | 103.08 | 0.48 | 0.84 |
Hex | CE | EA | C3 | C | 0 | 11 | 8 | 67 | 30 | 54 |
Octal | 316 | 352 | 303 | 14 | 0 | 21 | 10 | 147 | 60 | 124 |
Binary | 11001110 | 11101010 | 11000011 | 1100 | 0 | 10001 | 1000 | 1100111 | 110000 | 1010100 |
Color Harmonies of #CEEAC3
Complementary color
Monochromatic Colors of #CEEAC3
Black with #CEEAC3
Text Example
Text Example
White with #CEEAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEAC3; }
p { color: rgb(206,234,195); }
H1.HeaderClassName
{
color: #CEEAC3;
}
.AnyTagClassName
{
color: #CEEAC3;
}
</style>
background-color css
<style>
a { background-color: #CEEAC3; }
a { background-color: rgb(206,234,195); }
div.DivClassName
{
background-color: #CEEAC3;
}
.BgClassName
{
background-color: #CEEAC3;
}
</style>
border-color css
<style>
span { border-color: #CEEAC3; }
span { border-color: rgb(206,234,195); }
td.TdClassName
{
border-color: #CEEAC3;
}
.TagClassName
{
border-color: #CEEAC3;
}
</style>