Shades of Tea Green #CFF9B9
Tints of Tea Green #CFF9B9
RGB
CMYK
RGB Variations
Color information
#CFF9B9 (or 0xCFF9B9) is known color: Tea Green. HEX triplet: CF, F9 and B9. RGB value is (207,249,185). Sum of RGB (Red+Green+Blue) = 207+249+185=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9B9 is #300646. Grayscale: #E5E5E5. Windows color (decimal): -3147335 or 12188111. OLE color: 12188111.
HSL color Cylindrical-coordinate representation of color #CFF9B9: hue angle of 99.38º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFF9B9 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 185 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.02 |
| HSL | 99.38º | 0.84% | 0.85% | - |
| HSV(B) | 99.38º | 0.26% | 0.98% | - |
| XYZ | 68.36 | 84.52 | 58.61 | - |
| YUV | 229.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 185 | 0.17 | 0 | 0.26 | 0.02 | 99.38 | 0.84 | 0.85 |
| Hex | CF | F9 | B9 | 11 | 0 | 1A | 2 | 63 | 54 | 55 |
| Octal | 317 | 371 | 271 | 21 | 0 | 32 | 2 | 143 | 124 | 125 |
| Binary | 11001111 | 11111001 | 10111001 | 10001 | 0 | 11010 | 10 | 1100011 | 1010100 | 1010101 |
Color Harmonies of #CFF9B9
Complementary color
Monochromatic Colors of #CFF9B9
Black with #CFF9B9
Text Example
Text Example
White with #CFF9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9B9; }
p { color: rgb(207,249,185); }
H1.HeaderClassName
{
color: #CFF9B9;
}
.AnyTagClassName
{
color: #CFF9B9;
}
</style>
background-color css
<style>
a { background-color: #CFF9B9; }
a { background-color: rgb(207,249,185); }
div.DivClassName
{
background-color: #CFF9B9;
}
.BgClassName
{
background-color: #CFF9B9;
}
</style>
border-color css
<style>
span { border-color: #CFF9B9; }
span { border-color: rgb(207,249,185); }
td.TdClassName
{
border-color: #CFF9B9;
}
.TagClassName
{
border-color: #CFF9B9;
}
</style>