Shades of Tea Green #CFEDBC
Tints of Tea Green #CFEDBC
RGB
CMYK
RGB Variations
Color information
#CFEDBC (or 0xCFEDBC) is known color: Tea Green. HEX triplet: CF, ED and BC. RGB value is (207,237,188). Sum of RGB (Red+Green+Blue) = 207+237+188=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDBC is #301243. Grayscale: #DEDEDE. Windows color (decimal): -3150404 or 12381647. OLE color: 12381647.
HSL color Cylindrical-coordinate representation of color #CFEDBC: hue angle of 96.73º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFEDBC is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 188 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.07 |
| HSL | 96.73º | 0.58% | 0.83% | - |
| HSV(B) | 96.73º | 0.21% | 0.93% | - |
| XYZ | 65.09 | 77.46 | 59.1 | - |
| YUV | 222.44 | 108.56 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 188 | 0.13 | 0 | 0.21 | 0.07 | 96.73 | 0.58 | 0.83 |
| Hex | CF | ED | BC | D | 0 | 15 | 7 | 61 | 3A | 53 |
| Octal | 317 | 355 | 274 | 15 | 0 | 25 | 7 | 141 | 72 | 123 |
| Binary | 11001111 | 11101101 | 10111100 | 1101 | 0 | 10101 | 111 | 1100001 | 111010 | 1010011 |
Color Harmonies of #CFEDBC
Complementary color
Monochromatic Colors of #CFEDBC
Black with #CFEDBC
Text Example
Text Example
White with #CFEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDBC; }
p { color: rgb(207,237,188); }
H1.HeaderClassName
{
color: #CFEDBC;
}
.AnyTagClassName
{
color: #CFEDBC;
}
</style>
background-color css
<style>
a { background-color: #CFEDBC; }
a { background-color: rgb(207,237,188); }
div.DivClassName
{
background-color: #CFEDBC;
}
.BgClassName
{
background-color: #CFEDBC;
}
</style>
border-color css
<style>
span { border-color: #CFEDBC; }
span { border-color: rgb(207,237,188); }
td.TdClassName
{
border-color: #CFEDBC;
}
.TagClassName
{
border-color: #CFEDBC;
}
</style>