Shades of Tea Green #CFF4BD
Tints of Tea Green #CFF4BD
RGB
CMYK
RGB Variations
Color information
#CFF4BD (or 0xCFF4BD) is known color: Tea Green. HEX triplet: CF, F4 and BD. RGB value is (207,244,189). Sum of RGB (Red+Green+Blue) = 207+244+189=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF4BD is #300B42. Grayscale: #E2E2E2. Windows color (decimal): -3148611 or 12448975. OLE color: 12448975.
HSL color Cylindrical-coordinate representation of color #CFF4BD: hue angle of 100.36º degrees, saturation: 0.71, 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 #CFF4BD is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 189 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.04 |
| HSL | 100.36º | 0.71% | 0.85% | - |
| HSV(B) | 100.36º | 0.23% | 0.96% | - |
| XYZ | 67.27 | 81.64 | 60.36 | - |
| YUV | 226.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 189 | 0.15 | 0 | 0.23 | 0.04 | 100.36 | 0.71 | 0.85 |
| Hex | CF | F4 | BD | F | 0 | 17 | 4 | 64 | 47 | 55 |
| Octal | 317 | 364 | 275 | 17 | 0 | 27 | 4 | 144 | 107 | 125 |
| Binary | 11001111 | 11110100 | 10111101 | 1111 | 0 | 10111 | 100 | 1100100 | 1000111 | 1010101 |
Color Harmonies of #CFF4BD
Complementary color
Monochromatic Colors of #CFF4BD
Black with #CFF4BD
Text Example
Text Example
White with #CFF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4BD; }
p { color: rgb(207,244,189); }
H1.HeaderClassName
{
color: #CFF4BD;
}
.AnyTagClassName
{
color: #CFF4BD;
}
</style>
background-color css
<style>
a { background-color: #CFF4BD; }
a { background-color: rgb(207,244,189); }
div.DivClassName
{
background-color: #CFF4BD;
}
.BgClassName
{
background-color: #CFF4BD;
}
</style>
border-color css
<style>
span { border-color: #CFF4BD; }
span { border-color: rgb(207,244,189); }
td.TdClassName
{
border-color: #CFF4BD;
}
.TagClassName
{
border-color: #CFF4BD;
}
</style>