Shades of Tea Green #CFFFBA
Tints of Tea Green #CFFFBA
RGB
CMYK
RGB Variations
Color information
#CFFFBA (or 0xCFFFBA) is known color: Tea Green. HEX triplet: CF, FF and BA. RGB value is (207,255,186). Sum of RGB (Red+Green+Blue) = 207+255+186=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 186 (73.05% from 255 or 28.70% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFBA is #300045. Grayscale: #E9E9E9. Windows color (decimal): -3145798 or 12255183. OLE color: 12255183.
HSL color Cylindrical-coordinate representation of color #CFFFBA: hue angle of 101.74º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFFFBA is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 186 | - |
| CMYK | 0.19 | 0 | 0.27 | 0 |
| HSL | 101.74º | 1% | 0.86% | - |
| HSV(B) | 101.74º | 0.27% | 1% | - |
| XYZ | 70.36 | 88.33 | 59.8 | - |
| YUV | 232.78 | 101.6 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 186 | 0.19 | 0 | 0.27 | 0 | 101.74 | 1 | 0.86 |
| Hex | CF | FF | BA | 13 | 0 | 1B | 0 | 66 | 64 | 56 |
| Octal | 317 | 377 | 272 | 23 | 0 | 33 | 0 | 146 | 144 | 126 |
| Binary | 11001111 | 11111111 | 10111010 | 10011 | 0 | 11011 | 0 | 1100110 | 1100100 | 1010110 |
Color Harmonies of #CFFFBA
Complementary color
Monochromatic Colors of #CFFFBA
Black with #CFFFBA
Text Example
Text Example
White with #CFFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFBA; }
p { color: rgb(207,255,186); }
H1.HeaderClassName
{
color: #CFFFBA;
}
.AnyTagClassName
{
color: #CFFFBA;
}
</style>
background-color css
<style>
a { background-color: #CFFFBA; }
a { background-color: rgb(207,255,186); }
div.DivClassName
{
background-color: #CFFFBA;
}
.BgClassName
{
background-color: #CFFFBA;
}
</style>
border-color css
<style>
span { border-color: #CFFFBA; }
span { border-color: rgb(207,255,186); }
td.TdClassName
{
border-color: #CFFFBA;
}
.TagClassName
{
border-color: #CFFFBA;
}
</style>