Shades of Tea Green #CFFFC2
Tints of Tea Green #CFFFC2
RGB
CMYK
RGB Variations
Color information
#CFFFC2 (or 0xCFFFC2) is known color: Tea Green. HEX triplet: CF, FF and C2. RGB value is (207,255,194). Sum of RGB (Red+Green+Blue) = 207+255+194=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFC2 is #30003D. Grayscale: #E9E9E9. Windows color (decimal): -3145790 or 12779471. OLE color: 12779471.
HSL color Cylindrical-coordinate representation of color #CFFFC2: hue angle of 107.21º 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 #CFFFC2 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 194 | - |
| CMYK | 0.19 | 0 | 0.24 | 0 |
| HSL | 107.21º | 1% | 0.88% | - |
| HSV(B) | 107.21º | 0.24% | 1% | - |
| XYZ | 71.23 | 88.68 | 64.4 | - |
| YUV | 233.69 | 105.6 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 194 | 0.19 | 0 | 0.24 | 0 | 107.21 | 1 | 0.88 |
| Hex | CF | FF | C2 | 13 | 0 | 18 | 0 | 6B | 64 | 58 |
| Octal | 317 | 377 | 302 | 23 | 0 | 30 | 0 | 153 | 144 | 130 |
| Binary | 11001111 | 11111111 | 11000010 | 10011 | 0 | 11000 | 0 | 1101011 | 1100100 | 1011000 |
Color Harmonies of #CFFFC2
Complementary color
Monochromatic Colors of #CFFFC2
Black with #CFFFC2
Text Example
Text Example
White with #CFFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFC2; }
p { color: rgb(207,255,194); }
H1.HeaderClassName
{
color: #CFFFC2;
}
.AnyTagClassName
{
color: #CFFFC2;
}
</style>
background-color css
<style>
a { background-color: #CFFFC2; }
a { background-color: rgb(207,255,194); }
div.DivClassName
{
background-color: #CFFFC2;
}
.BgClassName
{
background-color: #CFFFC2;
}
</style>
border-color css
<style>
span { border-color: #CFFFC2; }
span { border-color: rgb(207,255,194); }
td.TdClassName
{
border-color: #CFFFC2;
}
.TagClassName
{
border-color: #CFFFC2;
}
</style>