Shades of Tea Green #CFEDBF
Tints of Tea Green #CFEDBF
RGB
CMYK
RGB Variations
Color information
#CFEDBF (or 0xCFEDBF) is known color: Tea Green. HEX triplet: CF, ED and BF. RGB value is (207,237,191). Sum of RGB (Red+Green+Blue) = 207+237+191=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDBF is #301240. Grayscale: #DEDEDE. Windows color (decimal): -3150401 or 12578255. OLE color: 12578255.
HSL color Cylindrical-coordinate representation of color #CFEDBF: hue angle of 99.13º degrees, saturation: 0.56, 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 #CFEDBF is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 191 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.07 |
| HSL | 99.13º | 0.56% | 0.84% | - |
| HSV(B) | 99.13º | 0.19% | 0.93% | - |
| XYZ | 65.42 | 77.6 | 60.82 | - |
| YUV | 222.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 191 | 0.13 | 0 | 0.19 | 0.07 | 99.13 | 0.56 | 0.84 |
| Hex | CF | ED | BF | D | 0 | 13 | 7 | 63 | 38 | 54 |
| Octal | 317 | 355 | 277 | 15 | 0 | 23 | 7 | 143 | 70 | 124 |
| Binary | 11001111 | 11101101 | 10111111 | 1101 | 0 | 10011 | 111 | 1100011 | 111000 | 1010100 |
Color Harmonies of #CFEDBF
Complementary color
Monochromatic Colors of #CFEDBF
Black with #CFEDBF
Text Example
Text Example
White with #CFEDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDBF; }
p { color: rgb(207,237,191); }
H1.HeaderClassName
{
color: #CFEDBF;
}
.AnyTagClassName
{
color: #CFEDBF;
}
</style>
background-color css
<style>
a { background-color: #CFEDBF; }
a { background-color: rgb(207,237,191); }
div.DivClassName
{
background-color: #CFEDBF;
}
.BgClassName
{
background-color: #CFEDBF;
}
</style>
border-color css
<style>
span { border-color: #CFEDBF; }
span { border-color: rgb(207,237,191); }
td.TdClassName
{
border-color: #CFEDBF;
}
.TagClassName
{
border-color: #CFEDBF;
}
</style>