Shades of Tea Green #CFEDB7
Tints of Tea Green #CFEDB7
RGB
CMYK
RGB Variations
Color information
#CFEDB7 (or 0xCFEDB7) is known color: Tea Green. HEX triplet: CF, ED and B7. RGB value is (207,237,183). Sum of RGB (Red+Green+Blue) = 207+237+183=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 183 (71.88% from 255 or 29.19% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDB7 is #301248. Grayscale: #DEDEDE. Windows color (decimal): -3150409 or 12053967. OLE color: 12053967.
HSL color Cylindrical-coordinate representation of color #CFEDB7: hue angle of 93.33º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFEDB7 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 183 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.07 |
| HSL | 93.33º | 0.6% | 0.82% | - |
| HSV(B) | 93.33º | 0.23% | 0.93% | - |
| XYZ | 64.56 | 77.25 | 56.31 | - |
| YUV | 221.87 | 106.06 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 183 | 0.13 | 0 | 0.23 | 0.07 | 93.33 | 0.6 | 0.82 |
| Hex | CF | ED | B7 | D | 0 | 17 | 7 | 5D | 3C | 52 |
| Octal | 317 | 355 | 267 | 15 | 0 | 27 | 7 | 135 | 74 | 122 |
| Binary | 11001111 | 11101101 | 10110111 | 1101 | 0 | 10111 | 111 | 1011101 | 111100 | 1010010 |
Color Harmonies of #CFEDB7
Complementary color
Monochromatic Colors of #CFEDB7
Black with #CFEDB7
Text Example
Text Example
White with #CFEDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDB7; }
p { color: rgb(207,237,183); }
H1.HeaderClassName
{
color: #CFEDB7;
}
.AnyTagClassName
{
color: #CFEDB7;
}
</style>
background-color css
<style>
a { background-color: #CFEDB7; }
a { background-color: rgb(207,237,183); }
div.DivClassName
{
background-color: #CFEDB7;
}
.BgClassName
{
background-color: #CFEDB7;
}
</style>
border-color css
<style>
span { border-color: #CFEDB7; }
span { border-color: rgb(207,237,183); }
td.TdClassName
{
border-color: #CFEDB7;
}
.TagClassName
{
border-color: #CFEDB7;
}
</style>