Shades of Tea Green #CFF5B6
Tints of Tea Green #CFF5B6
RGB
CMYK
RGB Variations
Color information
#CFF5B6 (or 0xCFF5B6) is known color: Tea Green. HEX triplet: CF, F5 and B6. RGB value is (207,245,182). Sum of RGB (Red+Green+Blue) = 207+245+182=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 245 (96.09% from 255 or 38.64% from 634); Blue value is 182 (71.48% from 255 or 28.71% from 634); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF5B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF5B6 is #300A49. Grayscale: #E2E2E2. Windows color (decimal): -3148362 or 11990479. OLE color: 11990479.
HSL color Cylindrical-coordinate representation of color #CFF5B6: hue angle of 96.19º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFF5B6 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 182 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.04 |
| HSL | 96.19º | 0.76% | 0.84% | - |
| HSV(B) | 96.19º | 0.26% | 0.96% | - |
| XYZ | 66.83 | 81.95 | 56.55 | - |
| YUV | 226.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 182 | 0.16 | 0 | 0.26 | 0.04 | 96.19 | 0.76 | 0.84 |
| Hex | CF | F5 | B6 | 10 | 0 | 1A | 4 | 60 | 4C | 54 |
| Octal | 317 | 365 | 266 | 20 | 0 | 32 | 4 | 140 | 114 | 124 |
| Binary | 11001111 | 11110101 | 10110110 | 10000 | 0 | 11010 | 100 | 1100000 | 1001100 | 1010100 |
Color Harmonies of #CFF5B6
Complementary color
Monochromatic Colors of #CFF5B6
Black with #CFF5B6
Text Example
Text Example
White with #CFF5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5B6; }
p { color: rgb(207,245,182); }
H1.HeaderClassName
{
color: #CFF5B6;
}
.AnyTagClassName
{
color: #CFF5B6;
}
</style>
background-color css
<style>
a { background-color: #CFF5B6; }
a { background-color: rgb(207,245,182); }
div.DivClassName
{
background-color: #CFF5B6;
}
.BgClassName
{
background-color: #CFF5B6;
}
</style>
border-color css
<style>
span { border-color: #CFF5B6; }
span { border-color: rgb(207,245,182); }
td.TdClassName
{
border-color: #CFF5B6;
}
.TagClassName
{
border-color: #CFF5B6;
}
</style>