Shades of Tea Green #CFF4B0
Tints of Tea Green #CFF4B0
RGB
CMYK
RGB Variations
Color information
#CFF4B0 (or 0xCFF4B0) is known color: Tea Green. HEX triplet: CF, F4 and B0. RGB value is (207,244,176). Sum of RGB (Red+Green+Blue) = 207+244+176=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 176 (69.14% from 255 or 28.07% from 627); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF4B0 is #300B4F. Grayscale: #E1E1E1. Windows color (decimal): -3148624 or 11597007. OLE color: 11597007.
HSL color Cylindrical-coordinate representation of color #CFF4B0: hue angle of 92.65º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFF4B0 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 176 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.04 |
| HSL | 92.65º | 0.76% | 0.82% | - |
| HSV(B) | 92.65º | 0.28% | 0.96% | - |
| XYZ | 65.92 | 81.1 | 53.25 | - |
| YUV | 225.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 176 | 0.15 | 0 | 0.28 | 0.04 | 92.65 | 0.76 | 0.82 |
| Hex | CF | F4 | B0 | F | 0 | 1C | 4 | 5D | 4C | 52 |
| Octal | 317 | 364 | 260 | 17 | 0 | 34 | 4 | 135 | 114 | 122 |
| Binary | 11001111 | 11110100 | 10110000 | 1111 | 0 | 11100 | 100 | 1011101 | 1001100 | 1010010 |
Color Harmonies of #CFF4B0
Complementary color
Monochromatic Colors of #CFF4B0
Black with #CFF4B0
Text Example
Text Example
White with #CFF4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4B0; }
p { color: rgb(207,244,176); }
H1.HeaderClassName
{
color: #CFF4B0;
}
.AnyTagClassName
{
color: #CFF4B0;
}
</style>
background-color css
<style>
a { background-color: #CFF4B0; }
a { background-color: rgb(207,244,176); }
div.DivClassName
{
background-color: #CFF4B0;
}
.BgClassName
{
background-color: #CFF4B0;
}
</style>
border-color css
<style>
span { border-color: #CFF4B0; }
span { border-color: rgb(207,244,176); }
td.TdClassName
{
border-color: #CFF4B0;
}
.TagClassName
{
border-color: #CFF4B0;
}
</style>