Shades of Tea Green #CFF0C2
Tints of Tea Green #CFF0C2
RGB
CMYK
RGB Variations
Color information
#CFF0C2 (or 0xCFF0C2) is known color: Tea Green. HEX triplet: CF, F0 and C2. RGB value is (207,240,194). Sum of RGB (Red+Green+Blue) = 207+240+194=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 194 (76.17% from 255 or 30.27% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0C2 is #300F3D. Grayscale: #E1E1E1. Windows color (decimal): -3149630 or 12775631. OLE color: 12775631.
HSL color Cylindrical-coordinate representation of color #CFF0C2: hue angle of 103.04º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFF0C2 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 194 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.06 |
| HSL | 103.04º | 0.61% | 0.85% | - |
| HSV(B) | 103.04º | 0.19% | 0.94% | - |
| XYZ | 66.63 | 79.48 | 62.87 | - |
| YUV | 224.89 | 110.57 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 194 | 0.14 | 0 | 0.19 | 0.06 | 103.04 | 0.61 | 0.85 |
| Hex | CF | F0 | C2 | E | 0 | 13 | 6 | 67 | 3D | 55 |
| Octal | 317 | 360 | 302 | 16 | 0 | 23 | 6 | 147 | 75 | 125 |
| Binary | 11001111 | 11110000 | 11000010 | 1110 | 0 | 10011 | 110 | 1100111 | 111101 | 1010101 |
Color Harmonies of #CFF0C2
Complementary color
Monochromatic Colors of #CFF0C2
Black with #CFF0C2
Text Example
Text Example
White with #CFF0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0C2; }
p { color: rgb(207,240,194); }
H1.HeaderClassName
{
color: #CFF0C2;
}
.AnyTagClassName
{
color: #CFF0C2;
}
</style>
background-color css
<style>
a { background-color: #CFF0C2; }
a { background-color: rgb(207,240,194); }
div.DivClassName
{
background-color: #CFF0C2;
}
.BgClassName
{
background-color: #CFF0C2;
}
</style>
border-color css
<style>
span { border-color: #CFF0C2; }
span { border-color: rgb(207,240,194); }
td.TdClassName
{
border-color: #CFF0C2;
}
.TagClassName
{
border-color: #CFF0C2;
}
</style>