Shades of Tea Green #CCFCAC
Tints of Tea Green #CCFCAC
RGB
CMYK
RGB Variations
Color information
#CCFCAC (or 0xCCFCAC) is known color: Tea Green. HEX triplet: CC, FC and AC. RGB value is (204,252,172). Sum of RGB (Red+Green+Blue) = 204+252+172=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFCAC is #330353. Grayscale: #E4E4E4. Windows color (decimal): -3343188 or 11336908. OLE color: 11336908.
HSL color Cylindrical-coordinate representation of color #CCFCAC: hue angle of 96º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCFCAC is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 172 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.01 |
| HSL | 96º | 0.93% | 0.83% | - |
| HSV(B) | 96º | 0.32% | 0.99% | - |
| XYZ | 67.16 | 85.44 | 51.98 | - |
| YUV | 228.53 | 96.1 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 172 | 0.19 | 0 | 0.32 | 0.01 | 96 | 0.93 | 0.83 |
| Hex | CC | FC | AC | 13 | 0 | 20 | 1 | 60 | 5D | 53 |
| Octal | 314 | 374 | 254 | 23 | 0 | 40 | 1 | 140 | 135 | 123 |
| Binary | 11001100 | 11111100 | 10101100 | 10011 | 0 | 100000 | 1 | 1100000 | 1011101 | 1010011 |
Color Harmonies of #CCFCAC
Complementary color
Monochromatic Colors of #CCFCAC
Black with #CCFCAC
Text Example
Text Example
White with #CCFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCAC; }
p { color: rgb(204,252,172); }
H1.HeaderClassName
{
color: #CCFCAC;
}
.AnyTagClassName
{
color: #CCFCAC;
}
</style>
background-color css
<style>
a { background-color: #CCFCAC; }
a { background-color: rgb(204,252,172); }
div.DivClassName
{
background-color: #CCFCAC;
}
.BgClassName
{
background-color: #CCFCAC;
}
</style>
border-color css
<style>
span { border-color: #CCFCAC; }
span { border-color: rgb(204,252,172); }
td.TdClassName
{
border-color: #CCFCAC;
}
.TagClassName
{
border-color: #CCFCAC;
}
</style>