Shades of Tea Green #CFEDC1
Tints of Tea Green #CFEDC1
RGB
CMYK
RGB Variations
Color information
#CFEDC1 (or 0xCFEDC1) is known color: Tea Green. HEX triplet: CF, ED and C1. RGB value is (207,237,193). Sum of RGB (Red+Green+Blue) = 207+237+193=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 237 (92.97% from 255 or 37.21% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDC1 is #30123E. Grayscale: #DFDFDF. Windows color (decimal): -3150399 or 12709327. OLE color: 12709327.
HSL color Cylindrical-coordinate representation of color #CFEDC1: hue angle of 100.91º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFEDC1 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 193 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.07 |
| HSL | 100.91º | 0.55% | 0.84% | - |
| HSV(B) | 100.91º | 0.19% | 0.93% | - |
| XYZ | 65.64 | 77.68 | 61.99 | - |
| YUV | 223.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 193 | 0.13 | 0 | 0.19 | 0.07 | 100.91 | 0.55 | 0.84 |
| Hex | CF | ED | C1 | D | 0 | 13 | 7 | 65 | 37 | 54 |
| Octal | 317 | 355 | 301 | 15 | 0 | 23 | 7 | 145 | 67 | 124 |
| Binary | 11001111 | 11101101 | 11000001 | 1101 | 0 | 10011 | 111 | 1100101 | 110111 | 1010100 |
Color Harmonies of #CFEDC1
Complementary color
Monochromatic Colors of #CFEDC1
Black with #CFEDC1
Text Example
Text Example
White with #CFEDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDC1; }
p { color: rgb(207,237,193); }
H1.HeaderClassName
{
color: #CFEDC1;
}
.AnyTagClassName
{
color: #CFEDC1;
}
</style>
background-color css
<style>
a { background-color: #CFEDC1; }
a { background-color: rgb(207,237,193); }
div.DivClassName
{
background-color: #CFEDC1;
}
.BgClassName
{
background-color: #CFEDC1;
}
</style>
border-color css
<style>
span { border-color: #CFEDC1; }
span { border-color: rgb(207,237,193); }
td.TdClassName
{
border-color: #CFEDC1;
}
.TagClassName
{
border-color: #CFEDC1;
}
</style>