Shades of Tea Green #CFF4B1
Tints of Tea Green #CFF4B1
RGB
CMYK
RGB Variations
Color information
#CFF4B1 (or 0xCFF4B1) is known color: Tea Green. HEX triplet: CF, F4 and B1. RGB value is (207,244,177). Sum of RGB (Red+Green+Blue) = 207+244+177=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 244 - color contains mainly: green. Hex color #CFF4B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF4B1 is #300B4E. Grayscale: #E1E1E1. Windows color (decimal): -3148623 or 11662543. OLE color: 11662543.
HSL color Cylindrical-coordinate representation of color #CFF4B1: hue angle of 93.13º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFF4B1 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 244 | 177 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.04 |
| HSL | 93.13º | 0.75% | 0.83% | - |
| HSV(B) | 93.13º | 0.27% | 0.96% | - |
| XYZ | 66.02 | 81.14 | 53.78 | - |
| YUV | 225.3 | 100.74 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 244 | 177 | 0.15 | 0 | 0.27 | 0.04 | 93.13 | 0.75 | 0.83 |
| Hex | CF | F4 | B1 | F | 0 | 1B | 4 | 5D | 4B | 53 |
| Octal | 317 | 364 | 261 | 17 | 0 | 33 | 4 | 135 | 113 | 123 |
| Binary | 11001111 | 11110100 | 10110001 | 1111 | 0 | 11011 | 100 | 1011101 | 1001011 | 1010011 |
Color Harmonies of #CFF4B1
Complementary color
Monochromatic Colors of #CFF4B1
Black with #CFF4B1
Text Example
Text Example
White with #CFF4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF4B1; }
p { color: rgb(207,244,177); }
H1.HeaderClassName
{
color: #CFF4B1;
}
.AnyTagClassName
{
color: #CFF4B1;
}
</style>
background-color css
<style>
a { background-color: #CFF4B1; }
a { background-color: rgb(207,244,177); }
div.DivClassName
{
background-color: #CFF4B1;
}
.BgClassName
{
background-color: #CFF4B1;
}
</style>
border-color css
<style>
span { border-color: #CFF4B1; }
span { border-color: rgb(207,244,177); }
td.TdClassName
{
border-color: #CFF4B1;
}
.TagClassName
{
border-color: #CFF4B1;
}
</style>