Shades of Tea Green #CFF3BB
Tints of Tea Green #CFF3BB
RGB
CMYK
RGB Variations
Color information
#CFF3BB (or 0xCFF3BB) is known color: Tea Green. HEX triplet: CF, F3 and BB. RGB value is (207,243,187). Sum of RGB (Red+Green+Blue) = 207+243+187=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 243 (95.31% from 255 or 38.15% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3BB is #300C44. Grayscale: #E2E2E2. Windows color (decimal): -3148869 or 12317647. OLE color: 12317647.
HSL color Cylindrical-coordinate representation of color #CFF3BB: hue angle of 98.57º degrees, saturation: 0.7, 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 #CFF3BB is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 187 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.05 |
| HSL | 98.57º | 0.7% | 0.84% | - |
| HSV(B) | 98.57º | 0.23% | 0.95% | - |
| XYZ | 66.75 | 80.95 | 59.12 | - |
| YUV | 225.85 | 106.07 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 187 | 0.15 | 0 | 0.23 | 0.05 | 98.57 | 0.7 | 0.84 |
| Hex | CF | F3 | BB | F | 0 | 17 | 5 | 63 | 46 | 54 |
| Octal | 317 | 363 | 273 | 17 | 0 | 27 | 5 | 143 | 106 | 124 |
| Binary | 11001111 | 11110011 | 10111011 | 1111 | 0 | 10111 | 101 | 1100011 | 1000110 | 1010100 |
Color Harmonies of #CFF3BB
Complementary color
Monochromatic Colors of #CFF3BB
Black with #CFF3BB
Text Example
Text Example
White with #CFF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3BB; }
p { color: rgb(207,243,187); }
H1.HeaderClassName
{
color: #CFF3BB;
}
.AnyTagClassName
{
color: #CFF3BB;
}
</style>
background-color css
<style>
a { background-color: #CFF3BB; }
a { background-color: rgb(207,243,187); }
div.DivClassName
{
background-color: #CFF3BB;
}
.BgClassName
{
background-color: #CFF3BB;
}
</style>
border-color css
<style>
span { border-color: #CFF3BB; }
span { border-color: rgb(207,243,187); }
td.TdClassName
{
border-color: #CFF3BB;
}
.TagClassName
{
border-color: #CFF3BB;
}
</style>