Shades of Tea Green #CFF0B9
Tints of Tea Green #CFF0B9
RGB
CMYK
RGB Variations
Color information
#CFF0B9 (or 0xCFF0B9) is known color: Tea Green. HEX triplet: CF, F0 and B9. RGB value is (207,240,185). Sum of RGB (Red+Green+Blue) = 207+240+185=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 185 (72.66% from 255 or 29.27% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0B9 is #300F46. Grayscale: #E0E0E0. Windows color (decimal): -3149639 or 12185807. OLE color: 12185807.
HSL color Cylindrical-coordinate representation of color #CFF0B9: hue angle of 96º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFF0B9 is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 185 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.06 |
| HSL | 96º | 0.65% | 0.83% | - |
| HSV(B) | 96º | 0.23% | 0.94% | - |
| XYZ | 65.65 | 79.09 | 57.7 | - |
| YUV | 223.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 185 | 0.14 | 0 | 0.23 | 0.06 | 96 | 0.65 | 0.83 |
| Hex | CF | F0 | B9 | E | 0 | 17 | 6 | 60 | 41 | 53 |
| Octal | 317 | 360 | 271 | 16 | 0 | 27 | 6 | 140 | 101 | 123 |
| Binary | 11001111 | 11110000 | 10111001 | 1110 | 0 | 10111 | 110 | 1100000 | 1000001 | 1010011 |
Color Harmonies of #CFF0B9
Complementary color
Monochromatic Colors of #CFF0B9
Black with #CFF0B9
Text Example
Text Example
White with #CFF0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0B9; }
p { color: rgb(207,240,185); }
H1.HeaderClassName
{
color: #CFF0B9;
}
.AnyTagClassName
{
color: #CFF0B9;
}
</style>
background-color css
<style>
a { background-color: #CFF0B9; }
a { background-color: rgb(207,240,185); }
div.DivClassName
{
background-color: #CFF0B9;
}
.BgClassName
{
background-color: #CFF0B9;
}
</style>
border-color css
<style>
span { border-color: #CFF0B9; }
span { border-color: rgb(207,240,185); }
td.TdClassName
{
border-color: #CFF0B9;
}
.TagClassName
{
border-color: #CFF0B9;
}
</style>