Shades of Tea Green #CFFFC3
Tints of Tea Green #CFFFC3
RGB
CMYK
RGB Variations
Color information
#CFFFC3 (or 0xCFFFC3) is known color: Tea Green. HEX triplet: CF, FF and C3. RGB value is (207,255,195). Sum of RGB (Red+Green+Blue) = 207+255+195=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 195 (76.56% from 255 or 29.68% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFC3 is #30003C. Grayscale: #E9E9E9. Windows color (decimal): -3145789 or 12845007. OLE color: 12845007.
HSL color Cylindrical-coordinate representation of color #CFFFC3: hue angle of 108º 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 #CFFFC3 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 195 | - |
| CMYK | 0.19 | 0 | 0.24 | 0 |
| HSL | 108º | 1% | 0.88% | - |
| HSV(B) | 108º | 0.24% | 1% | - |
| XYZ | 71.34 | 88.73 | 65 | - |
| YUV | 233.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 195 | 0.19 | 0 | 0.24 | 0 | 108 | 1 | 0.88 |
| Hex | CF | FF | C3 | 13 | 0 | 18 | 0 | 6C | 64 | 58 |
| Octal | 317 | 377 | 303 | 23 | 0 | 30 | 0 | 154 | 144 | 130 |
| Binary | 11001111 | 11111111 | 11000011 | 10011 | 0 | 11000 | 0 | 1101100 | 1100100 | 1011000 |
Color Harmonies of #CFFFC3
Complementary color
Monochromatic Colors of #CFFFC3
Black with #CFFFC3
Text Example
Text Example
White with #CFFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFC3; }
p { color: rgb(207,255,195); }
H1.HeaderClassName
{
color: #CFFFC3;
}
.AnyTagClassName
{
color: #CFFFC3;
}
</style>
background-color css
<style>
a { background-color: #CFFFC3; }
a { background-color: rgb(207,255,195); }
div.DivClassName
{
background-color: #CFFFC3;
}
.BgClassName
{
background-color: #CFFFC3;
}
</style>
border-color css
<style>
span { border-color: #CFFFC3; }
span { border-color: rgb(207,255,195); }
td.TdClassName
{
border-color: #CFFFC3;
}
.TagClassName
{
border-color: #CFFFC3;
}
</style>