Shades of Tea Green #CFF6BD
Tints of Tea Green #CFF6BD
RGB
CMYK
RGB Variations
Color information
#CFF6BD (or 0xCFF6BD) is known color: Tea Green. HEX triplet: CF, F6 and BD. RGB value is (207,246,189). Sum of RGB (Red+Green+Blue) = 207+246+189=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 246 (96.48% from 255 or 38.32% from 642); Blue value is 189 (74.22% from 255 or 29.44% from 642); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6BD is #300942. Grayscale: #E4E4E4. Windows color (decimal): -3148099 or 12449487. OLE color: 12449487.
HSL color Cylindrical-coordinate representation of color #CFF6BD: hue angle of 101.05º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFF6BD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 189 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.04 |
| HSL | 101.05º | 0.76% | 0.85% | - |
| HSV(B) | 101.05º | 0.23% | 0.96% | - |
| XYZ | 67.87 | 82.85 | 60.56 | - |
| YUV | 227.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 189 | 0.16 | 0 | 0.23 | 0.04 | 101.05 | 0.76 | 0.85 |
| Hex | CF | F6 | BD | 10 | 0 | 17 | 4 | 65 | 4C | 55 |
| Octal | 317 | 366 | 275 | 20 | 0 | 27 | 4 | 145 | 114 | 125 |
| Binary | 11001111 | 11110110 | 10111101 | 10000 | 0 | 10111 | 100 | 1100101 | 1001100 | 1010101 |
Color Harmonies of #CFF6BD
Complementary color
Monochromatic Colors of #CFF6BD
Black with #CFF6BD
Text Example
Text Example
White with #CFF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6BD; }
p { color: rgb(207,246,189); }
H1.HeaderClassName
{
color: #CFF6BD;
}
.AnyTagClassName
{
color: #CFF6BD;
}
</style>
background-color css
<style>
a { background-color: #CFF6BD; }
a { background-color: rgb(207,246,189); }
div.DivClassName
{
background-color: #CFF6BD;
}
.BgClassName
{
background-color: #CFF6BD;
}
</style>
border-color css
<style>
span { border-color: #CFF6BD; }
span { border-color: rgb(207,246,189); }
td.TdClassName
{
border-color: #CFF6BD;
}
.TagClassName
{
border-color: #CFF6BD;
}
</style>