Shades of Tea Green #CEEFC5
Tints of Tea Green #CEEFC5
RGB
CMYK
RGB Variations
Color information
#CEEFC5 (or 0xCEEFC5) is known color: Tea Green. HEX triplet: CE, EF and C5. RGB value is (206,239,197). Sum of RGB (Red+Green+Blue) = 206+239+197=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFC5 is #31103A. Grayscale: #E0E0E0. Windows color (decimal): -3215419 or 12971982. OLE color: 12971982.
HSL color Cylindrical-coordinate representation of color #CEEFC5: hue angle of 107.14º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEEFC5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 239 | 197 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.06 |
| HSL | 107.14º | 0.57% | 0.85% | - |
| HSV(B) | 107.14º | 0.18% | 0.94% | - |
| XYZ | 66.4 | 78.89 | 64.55 | - |
| YUV | 224.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 239 | 197 | 0.14 | 0 | 0.18 | 0.06 | 107.14 | 0.57 | 0.85 |
| Hex | CE | EF | C5 | E | 0 | 12 | 6 | 6B | 39 | 55 |
| Octal | 316 | 357 | 305 | 16 | 0 | 22 | 6 | 153 | 71 | 125 |
| Binary | 11001110 | 11101111 | 11000101 | 1110 | 0 | 10010 | 110 | 1101011 | 111001 | 1010101 |
Color Harmonies of #CEEFC5
Complementary color
Monochromatic Colors of #CEEFC5
Black with #CEEFC5
Text Example
Text Example
White with #CEEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEFC5; }
p { color: rgb(206,239,197); }
H1.HeaderClassName
{
color: #CEEFC5;
}
.AnyTagClassName
{
color: #CEEFC5;
}
</style>
background-color css
<style>
a { background-color: #CEEFC5; }
a { background-color: rgb(206,239,197); }
div.DivClassName
{
background-color: #CEEFC5;
}
.BgClassName
{
background-color: #CEEFC5;
}
</style>
border-color css
<style>
span { border-color: #CEEFC5; }
span { border-color: rgb(206,239,197); }
td.TdClassName
{
border-color: #CEEFC5;
}
.TagClassName
{
border-color: #CEEFC5;
}
</style>