Shades of Tea Green #CFF2BE
Tints of Tea Green #CFF2BE
RGB
CMYK
RGB Variations
Color information
#CFF2BE (or 0xCFF2BE) is known color: Tea Green. HEX triplet: CF, F2 and BE. RGB value is (207,242,190). Sum of RGB (Red+Green+Blue) = 207+242+190=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2BE is #300D41. Grayscale: #E1E1E1. Windows color (decimal): -3149122 or 12513999. OLE color: 12513999.
HSL color Cylindrical-coordinate representation of color #CFF2BE: hue angle of 100.38º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFF2BE is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 190 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.05 |
| HSL | 100.38º | 0.67% | 0.85% | - |
| HSV(B) | 100.38º | 0.21% | 0.95% | - |
| XYZ | 66.78 | 80.49 | 60.73 | - |
| YUV | 225.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 190 | 0.14 | 0 | 0.21 | 0.05 | 100.38 | 0.67 | 0.85 |
| Hex | CF | F2 | BE | E | 0 | 15 | 5 | 64 | 43 | 55 |
| Octal | 317 | 362 | 276 | 16 | 0 | 25 | 5 | 144 | 103 | 125 |
| Binary | 11001111 | 11110010 | 10111110 | 1110 | 0 | 10101 | 101 | 1100100 | 1000011 | 1010101 |
Color Harmonies of #CFF2BE
Complementary color
Monochromatic Colors of #CFF2BE
Black with #CFF2BE
Text Example
Text Example
White with #CFF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF2BE; }
p { color: rgb(207,242,190); }
H1.HeaderClassName
{
color: #CFF2BE;
}
.AnyTagClassName
{
color: #CFF2BE;
}
</style>
background-color css
<style>
a { background-color: #CFF2BE; }
a { background-color: rgb(207,242,190); }
div.DivClassName
{
background-color: #CFF2BE;
}
.BgClassName
{
background-color: #CFF2BE;
}
</style>
border-color css
<style>
span { border-color: #CFF2BE; }
span { border-color: rgb(207,242,190); }
td.TdClassName
{
border-color: #CFF2BE;
}
.TagClassName
{
border-color: #CFF2BE;
}
</style>