Shades of Tea Green #CFF8BB
Tints of Tea Green #CFF8BB
RGB
CMYK
RGB Variations
Color information
#CFF8BB (or 0xCFF8BB) is known color: Tea Green. HEX triplet: CF, F8 and BB. RGB value is (207,248,187). Sum of RGB (Red+Green+Blue) = 207+248+187=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF8BB is #300744. Grayscale: #E4E4E4. Windows color (decimal): -3147589 or 12318927. OLE color: 12318927.
HSL color Cylindrical-coordinate representation of color #CFF8BB: hue angle of 100.33º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFF8BB is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 187 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.03 |
| HSL | 100.33º | 0.81% | 0.85% | - |
| HSV(B) | 100.33º | 0.25% | 0.97% | - |
| XYZ | 68.27 | 83.99 | 59.63 | - |
| YUV | 228.79 | 104.42 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 187 | 0.17 | 0 | 0.25 | 0.03 | 100.33 | 0.81 | 0.85 |
| Hex | CF | F8 | BB | 11 | 0 | 19 | 3 | 64 | 51 | 55 |
| Octal | 317 | 370 | 273 | 21 | 0 | 31 | 3 | 144 | 121 | 125 |
| Binary | 11001111 | 11111000 | 10111011 | 10001 | 0 | 11001 | 11 | 1100100 | 1010001 | 1010101 |
Color Harmonies of #CFF8BB
Complementary color
Monochromatic Colors of #CFF8BB
Black with #CFF8BB
Text Example
Text Example
White with #CFF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8BB; }
p { color: rgb(207,248,187); }
H1.HeaderClassName
{
color: #CFF8BB;
}
.AnyTagClassName
{
color: #CFF8BB;
}
</style>
background-color css
<style>
a { background-color: #CFF8BB; }
a { background-color: rgb(207,248,187); }
div.DivClassName
{
background-color: #CFF8BB;
}
.BgClassName
{
background-color: #CFF8BB;
}
</style>
border-color css
<style>
span { border-color: #CFF8BB; }
span { border-color: rgb(207,248,187); }
td.TdClassName
{
border-color: #CFF8BB;
}
.TagClassName
{
border-color: #CFF8BB;
}
</style>