Shades of Tea Green #CFF0C1
Tints of Tea Green #CFF0C1
RGB
CMYK
RGB Variations
Color information
#CFF0C1 (or 0xCFF0C1) is known color: Tea Green. HEX triplet: CF, F0 and C1. RGB value is (207,240,193). Sum of RGB (Red+Green+Blue) = 207+240+193=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 193 (75.78% from 255 or 30.16% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0C1 is #300F3E. Grayscale: #E0E0E0. Windows color (decimal): -3149631 or 12710095. OLE color: 12710095.
HSL color Cylindrical-coordinate representation of color #CFF0C1: hue angle of 102.13º degrees, saturation: 0.61, 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 #CFF0C1 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 193 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.06 |
| HSL | 102.13º | 0.61% | 0.85% | - |
| HSV(B) | 102.13º | 0.2% | 0.94% | - |
| XYZ | 66.52 | 79.44 | 62.28 | - |
| YUV | 224.78 | 110.07 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 193 | 0.14 | 0 | 0.20 | 0.06 | 102.13 | 0.61 | 0.85 |
| Hex | CF | F0 | C1 | E | 0 | 14 | 6 | 66 | 3D | 55 |
| Octal | 317 | 360 | 301 | 16 | 0 | 24 | 6 | 146 | 75 | 125 |
| Binary | 11001111 | 11110000 | 11000001 | 1110 | 0 | 10100 | 110 | 1100110 | 111101 | 1010101 |
Color Harmonies of #CFF0C1
Complementary color
Monochromatic Colors of #CFF0C1
Black with #CFF0C1
Text Example
Text Example
White with #CFF0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0C1; }
p { color: rgb(207,240,193); }
H1.HeaderClassName
{
color: #CFF0C1;
}
.AnyTagClassName
{
color: #CFF0C1;
}
</style>
background-color css
<style>
a { background-color: #CFF0C1; }
a { background-color: rgb(207,240,193); }
div.DivClassName
{
background-color: #CFF0C1;
}
.BgClassName
{
background-color: #CFF0C1;
}
</style>
border-color css
<style>
span { border-color: #CFF0C1; }
span { border-color: rgb(207,240,193); }
td.TdClassName
{
border-color: #CFF0C1;
}
.TagClassName
{
border-color: #CFF0C1;
}
</style>