Shades of Tea Green #CFF2BB
Tints of Tea Green #CFF2BB
RGB
CMYK
RGB Variations
Color information
#CFF2BB (or 0xCFF2BB) is known color: Tea Green. HEX triplet: CF, F2 and BB. RGB value is (207,242,187). Sum of RGB (Red+Green+Blue) = 207+242+187=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2BB is #300D44. Grayscale: #E1E1E1. Windows color (decimal): -3149125 or 12317391. OLE color: 12317391.
HSL color Cylindrical-coordinate representation of color #CFF2BB: hue angle of 98.18º degrees, saturation: 0.68, 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 #CFF2BB is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 187 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.05 |
| HSL | 98.18º | 0.68% | 0.84% | - |
| HSV(B) | 98.18º | 0.23% | 0.95% | - |
| XYZ | 66.45 | 80.36 | 59.02 | - |
| YUV | 225.27 | 106.4 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 187 | 0.14 | 0 | 0.23 | 0.05 | 98.18 | 0.68 | 0.84 |
| Hex | CF | F2 | BB | E | 0 | 17 | 5 | 62 | 44 | 54 |
| Octal | 317 | 362 | 273 | 16 | 0 | 27 | 5 | 142 | 104 | 124 |
| Binary | 11001111 | 11110010 | 10111011 | 1110 | 0 | 10111 | 101 | 1100010 | 1000100 | 1010100 |
Color Harmonies of #CFF2BB
Complementary color
Monochromatic Colors of #CFF2BB
Black with #CFF2BB
Text Example
Text Example
White with #CFF2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2BB; }
p { color: rgb(207,242,187); }
H1.HeaderClassName
{
color: #CFF2BB;
}
.AnyTagClassName
{
color: #CFF2BB;
}
</style>
background-color css
<style>
a { background-color: #CFF2BB; }
a { background-color: rgb(207,242,187); }
div.DivClassName
{
background-color: #CFF2BB;
}
.BgClassName
{
background-color: #CFF2BB;
}
</style>
border-color css
<style>
span { border-color: #CFF2BB; }
span { border-color: rgb(207,242,187); }
td.TdClassName
{
border-color: #CFF2BB;
}
.TagClassName
{
border-color: #CFF2BB;
}
</style>