Shades of Tea Green #CFF6B5
Tints of Tea Green #CFF6B5
RGB
CMYK
RGB Variations
Color information
#CFF6B5 (or 0xCFF6B5) is known color: Tea Green. HEX triplet: CF, F6 and B5. RGB value is (207,246,181). Sum of RGB (Red+Green+Blue) = 207+246+181=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6B5 is #30094A. Grayscale: #E3E3E3. Windows color (decimal): -3148107 or 11925199. OLE color: 11925199.
HSL color Cylindrical-coordinate representation of color #CFF6B5: hue angle of 96º degrees, saturation: 0.78, 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 #CFF6B5 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 181 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.04 |
| HSL | 96º | 0.78% | 0.84% | - |
| HSV(B) | 96º | 0.26% | 0.96% | - |
| XYZ | 67.03 | 82.51 | 56.11 | - |
| YUV | 226.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 181 | 0.16 | 0 | 0.26 | 0.04 | 96 | 0.78 | 0.84 |
| Hex | CF | F6 | B5 | 10 | 0 | 1A | 4 | 60 | 4E | 54 |
| Octal | 317 | 366 | 265 | 20 | 0 | 32 | 4 | 140 | 116 | 124 |
| Binary | 11001111 | 11110110 | 10110101 | 10000 | 0 | 11010 | 100 | 1100000 | 1001110 | 1010100 |
Color Harmonies of #CFF6B5
Complementary color
Monochromatic Colors of #CFF6B5
Black with #CFF6B5
Text Example
Text Example
White with #CFF6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6B5; }
p { color: rgb(207,246,181); }
H1.HeaderClassName
{
color: #CFF6B5;
}
.AnyTagClassName
{
color: #CFF6B5;
}
</style>
background-color css
<style>
a { background-color: #CFF6B5; }
a { background-color: rgb(207,246,181); }
div.DivClassName
{
background-color: #CFF6B5;
}
.BgClassName
{
background-color: #CFF6B5;
}
</style>
border-color css
<style>
span { border-color: #CFF6B5; }
span { border-color: rgb(207,246,181); }
td.TdClassName
{
border-color: #CFF6B5;
}
.TagClassName
{
border-color: #CFF6B5;
}
</style>