Shades of Tea Green #CFF0C0
Tints of Tea Green #CFF0C0
RGB
CMYK
RGB Variations
Color information
#CFF0C0 (or 0xCFF0C0) is known color: Tea Green. HEX triplet: CF, F0 and C0. RGB value is (207,240,192). Sum of RGB (Red+Green+Blue) = 207+240+192=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 240 (94.14% from 255 or 37.56% from 639); Blue value is 192 (75.39% from 255 or 30.05% from 639); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0C0 is #300F3F. Grayscale: #E0E0E0. Windows color (decimal): -3149632 or 12644559. OLE color: 12644559.
HSL color Cylindrical-coordinate representation of color #CFF0C0: hue angle of 101.25º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFF0C0 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 192 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.06 |
| HSL | 101.25º | 0.62% | 0.85% | - |
| HSV(B) | 101.25º | 0.2% | 0.94% | - |
| XYZ | 66.41 | 79.39 | 61.69 | - |
| YUV | 224.66 | 109.57 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 192 | 0.14 | 0 | 0.20 | 0.06 | 101.25 | 0.62 | 0.85 |
| Hex | CF | F0 | C0 | E | 0 | 14 | 6 | 65 | 3E | 55 |
| Octal | 317 | 360 | 300 | 16 | 0 | 24 | 6 | 145 | 76 | 125 |
| Binary | 11001111 | 11110000 | 11000000 | 1110 | 0 | 10100 | 110 | 1100101 | 111110 | 1010101 |
Color Harmonies of #CFF0C0
Complementary color
Monochromatic Colors of #CFF0C0
Black with #CFF0C0
Text Example
Text Example
White with #CFF0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0C0; }
p { color: rgb(207,240,192); }
H1.HeaderClassName
{
color: #CFF0C0;
}
.AnyTagClassName
{
color: #CFF0C0;
}
</style>
background-color css
<style>
a { background-color: #CFF0C0; }
a { background-color: rgb(207,240,192); }
div.DivClassName
{
background-color: #CFF0C0;
}
.BgClassName
{
background-color: #CFF0C0;
}
</style>
border-color css
<style>
span { border-color: #CFF0C0; }
span { border-color: rgb(207,240,192); }
td.TdClassName
{
border-color: #CFF0C0;
}
.TagClassName
{
border-color: #CFF0C0;
}
</style>