Shades of Tea Green #CFFFC0
Tints of Tea Green #CFFFC0
RGB
CMYK
RGB Variations
Color information
#CFFFC0 (or 0xCFFFC0) is known color: Tea Green. HEX triplet: CF, FF and C0. RGB value is (207,255,192). Sum of RGB (Red+Green+Blue) = 207+255+192=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFC0 is #30003F. Grayscale: #E9E9E9. Windows color (decimal): -3145792 or 12648399. OLE color: 12648399.
HSL color Cylindrical-coordinate representation of color #CFFFC0: hue angle of 105.71º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFFFC0 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 192 | - |
| CMYK | 0.19 | 0 | 0.25 | 0 |
| HSL | 105.71º | 1% | 0.88% | - |
| HSV(B) | 105.71º | 0.25% | 1% | - |
| XYZ | 71.01 | 88.59 | 63.23 | - |
| YUV | 233.47 | 104.6 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 192 | 0.19 | 0 | 0.25 | 0 | 105.71 | 1 | 0.88 |
| Hex | CF | FF | C0 | 13 | 0 | 19 | 0 | 6A | 64 | 58 |
| Octal | 317 | 377 | 300 | 23 | 0 | 31 | 0 | 152 | 144 | 130 |
| Binary | 11001111 | 11111111 | 11000000 | 10011 | 0 | 11001 | 0 | 1101010 | 1100100 | 1011000 |
Color Harmonies of #CFFFC0
Complementary color
Monochromatic Colors of #CFFFC0
Black with #CFFFC0
Text Example
Text Example
White with #CFFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFC0; }
p { color: rgb(207,255,192); }
H1.HeaderClassName
{
color: #CFFFC0;
}
.AnyTagClassName
{
color: #CFFFC0;
}
</style>
background-color css
<style>
a { background-color: #CFFFC0; }
a { background-color: rgb(207,255,192); }
div.DivClassName
{
background-color: #CFFFC0;
}
.BgClassName
{
background-color: #CFFFC0;
}
</style>
border-color css
<style>
span { border-color: #CFFFC0; }
span { border-color: rgb(207,255,192); }
td.TdClassName
{
border-color: #CFFFC0;
}
.TagClassName
{
border-color: #CFFFC0;
}
</style>