Shades of Tea Green #CCFFAC
Tints of Tea Green #CCFFAC
RGB
CMYK
RGB Variations
Color information
#CCFFAC (or 0xCCFFAC) is known color: Tea Green. HEX triplet: CC, FF and AC. RGB value is (204,255,172). Sum of RGB (Red+Green+Blue) = 204+255+172=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFAC is #330053. Grayscale: #E6E6E6. Windows color (decimal): -3342420 or 11337676. OLE color: 11337676.
HSL color Cylindrical-coordinate representation of color #CCFFAC: hue angle of 96.87º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCFFAC is Cyan = 0.2, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 172 | - |
| CMYK | 0.2 | 0 | 0.33 | 0 |
| HSL | 96.87º | 1% | 0.84% | - |
| HSV(B) | 96.87º | 0.33% | 1% | - |
| XYZ | 68.11 | 87.34 | 52.3 | - |
| YUV | 230.29 | 95.1 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 172 | 0.2 | 0 | 0.33 | 0 | 96.87 | 1 | 0.84 |
| Hex | CC | FF | AC | 14 | 0 | 21 | 0 | 61 | 64 | 54 |
| Octal | 314 | 377 | 254 | 24 | 0 | 41 | 0 | 141 | 144 | 124 |
| Binary | 11001100 | 11111111 | 10101100 | 10100 | 0 | 100001 | 0 | 1100001 | 1100100 | 1010100 |
Color Harmonies of #CCFFAC
Complementary color
Monochromatic Colors of #CCFFAC
Black with #CCFFAC
Text Example
Text Example
White with #CCFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFAC; }
p { color: rgb(204,255,172); }
H1.HeaderClassName
{
color: #CCFFAC;
}
.AnyTagClassName
{
color: #CCFFAC;
}
</style>
background-color css
<style>
a { background-color: #CCFFAC; }
a { background-color: rgb(204,255,172); }
div.DivClassName
{
background-color: #CCFFAC;
}
.BgClassName
{
background-color: #CCFFAC;
}
</style>
border-color css
<style>
span { border-color: #CCFFAC; }
span { border-color: rgb(204,255,172); }
td.TdClassName
{
border-color: #CCFFAC;
}
.TagClassName
{
border-color: #CCFFAC;
}
</style>