Shades of Tea Green #CFF3BA
Tints of Tea Green #CFF3BA
RGB
CMYK
RGB Variations
Color information
#CFF3BA (or 0xCFF3BA) is known color: Tea Green. HEX triplet: CF, F3 and BA. RGB value is (207,243,186). Sum of RGB (Red+Green+Blue) = 207+243+186=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3BA is #300C45. Grayscale: #E1E1E1. Windows color (decimal): -3148870 or 12252111. OLE color: 12252111.
HSL color Cylindrical-coordinate representation of color #CFF3BA: hue angle of 97.89º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFF3BA is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 186 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.05 |
| HSL | 97.89º | 0.7% | 0.84% | - |
| HSV(B) | 97.89º | 0.23% | 0.95% | - |
| XYZ | 66.65 | 80.91 | 58.56 | - |
| YUV | 225.74 | 105.57 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 186 | 0.15 | 0 | 0.23 | 0.05 | 97.89 | 0.7 | 0.84 |
| Hex | CF | F3 | BA | F | 0 | 17 | 5 | 62 | 46 | 54 |
| Octal | 317 | 363 | 272 | 17 | 0 | 27 | 5 | 142 | 106 | 124 |
| Binary | 11001111 | 11110011 | 10111010 | 1111 | 0 | 10111 | 101 | 1100010 | 1000110 | 1010100 |
Color Harmonies of #CFF3BA
Complementary color
Monochromatic Colors of #CFF3BA
Black with #CFF3BA
Text Example
Text Example
White with #CFF3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3BA; }
p { color: rgb(207,243,186); }
H1.HeaderClassName
{
color: #CFF3BA;
}
.AnyTagClassName
{
color: #CFF3BA;
}
</style>
background-color css
<style>
a { background-color: #CFF3BA; }
a { background-color: rgb(207,243,186); }
div.DivClassName
{
background-color: #CFF3BA;
}
.BgClassName
{
background-color: #CFF3BA;
}
</style>
border-color css
<style>
span { border-color: #CFF3BA; }
span { border-color: rgb(207,243,186); }
td.TdClassName
{
border-color: #CFF3BA;
}
.TagClassName
{
border-color: #CFF3BA;
}
</style>