Shades of Tea Green #CFFFC1
Tints of Tea Green #CFFFC1
RGB
CMYK
RGB Variations
Color information
#CFFFC1 (or 0xCFFFC1) is known color: Tea Green. HEX triplet: CF, FF and C1. RGB value is (207,255,193). Sum of RGB (Red+Green+Blue) = 207+255+193=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFC1 is #30003E. Grayscale: #E9E9E9. Windows color (decimal): -3145791 or 12713935. OLE color: 12713935.
HSL color Cylindrical-coordinate representation of color #CFFFC1: hue angle of 106.45º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFFFC1 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 193 | - |
| CMYK | 0.19 | 0 | 0.24 | 0 |
| HSL | 106.45º | 1% | 0.88% | - |
| HSV(B) | 106.45º | 0.24% | 1% | - |
| XYZ | 71.12 | 88.64 | 63.81 | - |
| YUV | 233.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 193 | 0.19 | 0 | 0.24 | 0 | 106.45 | 1 | 0.88 |
| Hex | CF | FF | C1 | 13 | 0 | 18 | 0 | 6A | 64 | 58 |
| Octal | 317 | 377 | 301 | 23 | 0 | 30 | 0 | 152 | 144 | 130 |
| Binary | 11001111 | 11111111 | 11000001 | 10011 | 0 | 11000 | 0 | 1101010 | 1100100 | 1011000 |
Color Harmonies of #CFFFC1
Complementary color
Monochromatic Colors of #CFFFC1
Black with #CFFFC1
Text Example
Text Example
White with #CFFFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFC1; }
p { color: rgb(207,255,193); }
H1.HeaderClassName
{
color: #CFFFC1;
}
.AnyTagClassName
{
color: #CFFFC1;
}
</style>
background-color css
<style>
a { background-color: #CFFFC1; }
a { background-color: rgb(207,255,193); }
div.DivClassName
{
background-color: #CFFFC1;
}
.BgClassName
{
background-color: #CFFFC1;
}
</style>
border-color css
<style>
span { border-color: #CFFFC1; }
span { border-color: rgb(207,255,193); }
td.TdClassName
{
border-color: #CFFFC1;
}
.TagClassName
{
border-color: #CFFFC1;
}
</style>