Shades of Tea Green #CFFDBB
Tints of Tea Green #CFFDBB
RGB
CMYK
RGB Variations
Color information
#CFFDBB (or 0xCFFDBB) is known color: Tea Green. HEX triplet: CF, FD and BB. RGB value is (207,253,187). Sum of RGB (Red+Green+Blue) = 207+253+187=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDBB is #300244. Grayscale: #E7E7E7. Windows color (decimal): -3146309 or 12320207. OLE color: 12320207.
HSL color Cylindrical-coordinate representation of color #CFFDBB: hue angle of 101.82º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFFDBB is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 187 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.01 |
| HSL | 101.82º | 0.94% | 0.86% | - |
| HSV(B) | 101.82º | 0.26% | 0.99% | - |
| XYZ | 69.83 | 87.1 | 60.15 | - |
| YUV | 231.72 | 102.76 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 187 | 0.18 | 0 | 0.26 | 0.01 | 101.82 | 0.94 | 0.86 |
| Hex | CF | FD | BB | 12 | 0 | 1A | 1 | 66 | 5E | 56 |
| Octal | 317 | 375 | 273 | 22 | 0 | 32 | 1 | 146 | 136 | 126 |
| Binary | 11001111 | 11111101 | 10111011 | 10010 | 0 | 11010 | 1 | 1100110 | 1011110 | 1010110 |
Color Harmonies of #CFFDBB
Complementary color
Monochromatic Colors of #CFFDBB
Black with #CFFDBB
Text Example
Text Example
White with #CFFDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDBB; }
p { color: rgb(207,253,187); }
H1.HeaderClassName
{
color: #CFFDBB;
}
.AnyTagClassName
{
color: #CFFDBB;
}
</style>
background-color css
<style>
a { background-color: #CFFDBB; }
a { background-color: rgb(207,253,187); }
div.DivClassName
{
background-color: #CFFDBB;
}
.BgClassName
{
background-color: #CFFDBB;
}
</style>
border-color css
<style>
span { border-color: #CFFDBB; }
span { border-color: rgb(207,253,187); }
td.TdClassName
{
border-color: #CFFDBB;
}
.TagClassName
{
border-color: #CFFDBB;
}
</style>