Shades of Tea Green #CFEDBB
Tints of Tea Green #CFEDBB
RGB
CMYK
RGB Variations
Color information
#CFEDBB (or 0xCFEDBB) is known color: Tea Green. HEX triplet: CF, ED and BB. RGB value is (207,237,187). Sum of RGB (Red+Green+Blue) = 207+237+187=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDBB is #301244. Grayscale: #DEDEDE. Windows color (decimal): -3150405 or 12316111. OLE color: 12316111.
HSL color Cylindrical-coordinate representation of color #CFEDBB: hue angle of 96º 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 #CFEDBB is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 187 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.07 |
| HSL | 96º | 0.58% | 0.83% | - |
| HSV(B) | 96º | 0.21% | 0.93% | - |
| XYZ | 64.99 | 77.42 | 58.53 | - |
| YUV | 222.33 | 108.06 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 187 | 0.13 | 0 | 0.21 | 0.07 | 96 | 0.58 | 0.83 |
| Hex | CF | ED | BB | D | 0 | 15 | 7 | 60 | 3A | 53 |
| Octal | 317 | 355 | 273 | 15 | 0 | 25 | 7 | 140 | 72 | 123 |
| Binary | 11001111 | 11101101 | 10111011 | 1101 | 0 | 10101 | 111 | 1100000 | 111010 | 1010011 |
Color Harmonies of #CFEDBB
Complementary color
Monochromatic Colors of #CFEDBB
Black with #CFEDBB
Text Example
Text Example
White with #CFEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDBB; }
p { color: rgb(207,237,187); }
H1.HeaderClassName
{
color: #CFEDBB;
}
.AnyTagClassName
{
color: #CFEDBB;
}
</style>
background-color css
<style>
a { background-color: #CFEDBB; }
a { background-color: rgb(207,237,187); }
div.DivClassName
{
background-color: #CFEDBB;
}
.BgClassName
{
background-color: #CFEDBB;
}
</style>
border-color css
<style>
span { border-color: #CFEDBB; }
span { border-color: rgb(207,237,187); }
td.TdClassName
{
border-color: #CFEDBB;
}
.TagClassName
{
border-color: #CFEDBB;
}
</style>