Shades of Tea Green #CEFFAF
Tints of Tea Green #CEFFAF
RGB
CMYK
RGB Variations
Color information
#CEFFAF (or 0xCEFFAF) is known color: Tea Green. HEX triplet: CE, FF and AF. RGB value is (206,255,175). Sum of RGB (Red+Green+Blue) = 206+255+175=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFFAF is #310050. Grayscale: #E7E7E7. Windows color (decimal): -3211345 or 11534286. OLE color: 11534286.
HSL color Cylindrical-coordinate representation of color #CEFFAF: hue angle of 96.75º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEFFAF is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 175 | - |
| CMYK | 0.19 | 0 | 0.31 | 0 |
| HSL | 96.75º | 1% | 0.84% | - |
| HSV(B) | 96.75º | 0.31% | 1% | - |
| XYZ | 68.95 | 87.74 | 53.86 | - |
| YUV | 231.23 | 96.27 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 175 | 0.19 | 0 | 0.31 | 0 | 96.75 | 1 | 0.84 |
| Hex | CE | FF | AF | 13 | 0 | 1F | 0 | 61 | 64 | 54 |
| Octal | 316 | 377 | 257 | 23 | 0 | 37 | 0 | 141 | 144 | 124 |
| Binary | 11001110 | 11111111 | 10101111 | 10011 | 0 | 11111 | 0 | 1100001 | 1100100 | 1010100 |
Color Harmonies of #CEFFAF
Complementary color
Monochromatic Colors of #CEFFAF
Black with #CEFFAF
Text Example
Text Example
White with #CEFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFAF; }
p { color: rgb(206,255,175); }
H1.HeaderClassName
{
color: #CEFFAF;
}
.AnyTagClassName
{
color: #CEFFAF;
}
</style>
background-color css
<style>
a { background-color: #CEFFAF; }
a { background-color: rgb(206,255,175); }
div.DivClassName
{
background-color: #CEFFAF;
}
.BgClassName
{
background-color: #CEFFAF;
}
</style>
border-color css
<style>
span { border-color: #CEFFAF; }
span { border-color: rgb(206,255,175); }
td.TdClassName
{
border-color: #CEFFAF;
}
.TagClassName
{
border-color: #CEFFAF;
}
</style>