Shades of Tea Green #CFEDC5
Tints of Tea Green #CFEDC5
RGB
CMYK
RGB Variations
Color information
#CFEDC5 (or 0xCFEDC5) is known color: Tea Green. HEX triplet: CF, ED and C5. RGB value is (207,237,197). Sum of RGB (Red+Green+Blue) = 207+237+197=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDC5 is #30123A. Grayscale: #DFDFDF. Windows color (decimal): -3150395 or 12971471. OLE color: 12971471.
HSL color Cylindrical-coordinate representation of color #CFEDC5: hue angle of 105º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFEDC5 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 197 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.07 |
| HSL | 105º | 0.53% | 0.85% | - |
| HSV(B) | 105º | 0.17% | 0.93% | - |
| XYZ | 66.09 | 77.86 | 64.37 | - |
| YUV | 223.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 197 | 0.13 | 0 | 0.17 | 0.07 | 105 | 0.53 | 0.85 |
| Hex | CF | ED | C5 | D | 0 | 11 | 7 | 69 | 35 | 55 |
| Octal | 317 | 355 | 305 | 15 | 0 | 21 | 7 | 151 | 65 | 125 |
| Binary | 11001111 | 11101101 | 11000101 | 1101 | 0 | 10001 | 111 | 1101001 | 110101 | 1010101 |
Color Harmonies of #CFEDC5
Complementary color
Monochromatic Colors of #CFEDC5
Black with #CFEDC5
Text Example
Text Example
White with #CFEDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDC5; }
p { color: rgb(207,237,197); }
H1.HeaderClassName
{
color: #CFEDC5;
}
.AnyTagClassName
{
color: #CFEDC5;
}
</style>
background-color css
<style>
a { background-color: #CFEDC5; }
a { background-color: rgb(207,237,197); }
div.DivClassName
{
background-color: #CFEDC5;
}
.BgClassName
{
background-color: #CFEDC5;
}
</style>
border-color css
<style>
span { border-color: #CFEDC5; }
span { border-color: rgb(207,237,197); }
td.TdClassName
{
border-color: #CFEDC5;
}
.TagClassName
{
border-color: #CFEDC5;
}
</style>