Shades of Tea Green #CFEFC0
Tints of Tea Green #CFEFC0
RGB
CMYK
RGB Variations
Color information
#CFEFC0 (or 0xCFEFC0) is known color: Tea Green. HEX triplet: CF, EF and C0. RGB value is (207,239,192). Sum of RGB (Red+Green+Blue) = 207+239+192=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFC0 is #30103F. Grayscale: #E0E0E0. Windows color (decimal): -3149888 or 12644303. OLE color: 12644303.
HSL color Cylindrical-coordinate representation of color #CFEFC0: hue angle of 100.85º degrees, saturation: 0.59, 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 #CFEFC0 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 192 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.06 |
| HSL | 100.85º | 0.59% | 0.85% | - |
| HSV(B) | 100.85º | 0.2% | 0.94% | - |
| XYZ | 66.11 | 78.8 | 61.6 | - |
| YUV | 224.07 | 109.9 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 192 | 0.13 | 0 | 0.20 | 0.06 | 100.85 | 0.59 | 0.85 |
| Hex | CF | EF | C0 | D | 0 | 14 | 6 | 65 | 3B | 55 |
| Octal | 317 | 357 | 300 | 15 | 0 | 24 | 6 | 145 | 73 | 125 |
| Binary | 11001111 | 11101111 | 11000000 | 1101 | 0 | 10100 | 110 | 1100101 | 111011 | 1010101 |
Color Harmonies of #CFEFC0
Complementary color
Monochromatic Colors of #CFEFC0
Black with #CFEFC0
Text Example
Text Example
White with #CFEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFC0; }
p { color: rgb(207,239,192); }
H1.HeaderClassName
{
color: #CFEFC0;
}
.AnyTagClassName
{
color: #CFEFC0;
}
</style>
background-color css
<style>
a { background-color: #CFEFC0; }
a { background-color: rgb(207,239,192); }
div.DivClassName
{
background-color: #CFEFC0;
}
.BgClassName
{
background-color: #CFEFC0;
}
</style>
border-color css
<style>
span { border-color: #CFEFC0; }
span { border-color: rgb(207,239,192); }
td.TdClassName
{
border-color: #CFEFC0;
}
.TagClassName
{
border-color: #CFEFC0;
}
</style>