Shades of Tea Green #CEFABD
Tints of Tea Green #CEFABD
RGB
CMYK
RGB Variations
Color information
#CEFABD (or 0xCEFABD) is known color: Tea Green. HEX triplet: CE, FA and BD. RGB value is (206,250,189). Sum of RGB (Red+Green+Blue) = 206+250+189=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFABD is #310542. Grayscale: #E6E6E6. Windows color (decimal): -3212611 or 12450510. OLE color: 12450510.
HSL color Cylindrical-coordinate representation of color #CEFABD: hue angle of 103.28º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEFABD is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
RGB | 206 | 250 | 189 | - |
CMYK | 0.18 | 0 | 0.24 | 0.02 |
HSL | 103.28º | 0.86% | 0.86% | - |
HSV(B) | 103.28º | 0.24% | 0.98% | - |
XYZ | 68.82 | 85.17 | 60.96 | - |
YUV | 229.89 | 104.92 | 110.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 250 | 189 | 0.18 | 0 | 0.24 | 0.02 | 103.28 | 0.86 | 0.86 |
Hex | CE | FA | BD | 12 | 0 | 18 | 2 | 67 | 56 | 56 |
Octal | 316 | 372 | 275 | 22 | 0 | 30 | 2 | 147 | 126 | 126 |
Binary | 11001110 | 11111010 | 10111101 | 10010 | 0 | 11000 | 10 | 1100111 | 1010110 | 1010110 |
Color Harmonies of #CEFABD
Complementary color
Monochromatic Colors of #CEFABD
Black with #CEFABD
Text Example
Text Example
White with #CEFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFABD; }
p { color: rgb(206,250,189); }
H1.HeaderClassName
{
color: #CEFABD;
}
.AnyTagClassName
{
color: #CEFABD;
}
</style>
background-color css
<style>
a { background-color: #CEFABD; }
a { background-color: rgb(206,250,189); }
div.DivClassName
{
background-color: #CEFABD;
}
.BgClassName
{
background-color: #CEFABD;
}
</style>
border-color css
<style>
span { border-color: #CEFABD; }
span { border-color: rgb(206,250,189); }
td.TdClassName
{
border-color: #CEFABD;
}
.TagClassName
{
border-color: #CEFABD;
}
</style>