Shades of Tea Green #CEFFB5
Tints of Tea Green #CEFFB5
RGB
CMYK
RGB Variations
Color information
#CEFFB5 (or 0xCEFFB5) is known color: Tea Green. HEX triplet: CE, FF and B5. RGB value is (206,255,181). Sum of RGB (Red+Green+Blue) = 206+255+181=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 181 (71.09% from 255 or 28.19% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFB5 is #31004A. Grayscale: #E8E8E8. Windows color (decimal): -3211339 or 11927502. OLE color: 11927502.
HSL color Cylindrical-coordinate representation of color #CEFFB5: hue angle of 99.73º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEFFB5 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 181 | - |
| CMYK | 0.19 | 0 | 0.29 | 0 |
| HSL | 99.73º | 1% | 0.85% | - |
| HSV(B) | 99.73º | 0.29% | 1% | - |
| XYZ | 69.55 | 87.98 | 57.03 | - |
| YUV | 231.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 181 | 0.19 | 0 | 0.29 | 0 | 99.73 | 1 | 0.85 |
| Hex | CE | FF | B5 | 13 | 0 | 1D | 0 | 64 | 64 | 55 |
| Octal | 316 | 377 | 265 | 23 | 0 | 35 | 0 | 144 | 144 | 125 |
| Binary | 11001110 | 11111111 | 10110101 | 10011 | 0 | 11101 | 0 | 1100100 | 1100100 | 1010101 |
Color Harmonies of #CEFFB5
Complementary color
Monochromatic Colors of #CEFFB5
Black with #CEFFB5
Text Example
Text Example
White with #CEFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFB5; }
p { color: rgb(206,255,181); }
H1.HeaderClassName
{
color: #CEFFB5;
}
.AnyTagClassName
{
color: #CEFFB5;
}
</style>
background-color css
<style>
a { background-color: #CEFFB5; }
a { background-color: rgb(206,255,181); }
div.DivClassName
{
background-color: #CEFFB5;
}
.BgClassName
{
background-color: #CEFFB5;
}
</style>
border-color css
<style>
span { border-color: #CEFFB5; }
span { border-color: rgb(206,255,181); }
td.TdClassName
{
border-color: #CEFFB5;
}
.TagClassName
{
border-color: #CEFFB5;
}
</style>