Shades of Tea Green #CCFEAC
Tints of Tea Green #CCFEAC
RGB
CMYK
RGB Variations
Color information
#CCFEAC (or 0xCCFEAC) is known color: Tea Green. HEX triplet: CC, FE and AC. RGB value is (204,254,172). Sum of RGB (Red+Green+Blue) = 204+254+172=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFEAC is #330153. Grayscale: #E5E5E5. Windows color (decimal): -3342676 or 11337420. OLE color: 11337420.
HSL color Cylindrical-coordinate representation of color #CCFEAC: hue angle of 96.59º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCFEAC is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 172 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.00 |
| HSL | 96.59º | 0.98% | 0.84% | - |
| HSV(B) | 96.59º | 0.32% | 1% | - |
| XYZ | 67.79 | 86.7 | 52.19 | - |
| YUV | 229.7 | 95.44 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 172 | 0.20 | 0 | 0.32 | 0.00 | 96.59 | 0.98 | 0.84 |
| Hex | CC | FE | AC | 14 | 0 | 20 | 0 | 61 | 62 | 54 |
| Octal | 314 | 376 | 254 | 24 | 0 | 40 | 0 | 141 | 142 | 124 |
| Binary | 11001100 | 11111110 | 10101100 | 10100 | 0 | 100000 | 0 | 1100001 | 1100010 | 1010100 |
Color Harmonies of #CCFEAC
Complementary color
Monochromatic Colors of #CCFEAC
Black with #CCFEAC
Text Example
Text Example
White with #CCFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEAC; }
p { color: rgb(204,254,172); }
H1.HeaderClassName
{
color: #CCFEAC;
}
.AnyTagClassName
{
color: #CCFEAC;
}
</style>
background-color css
<style>
a { background-color: #CCFEAC; }
a { background-color: rgb(204,254,172); }
div.DivClassName
{
background-color: #CCFEAC;
}
.BgClassName
{
background-color: #CCFEAC;
}
</style>
border-color css
<style>
span { border-color: #CCFEAC; }
span { border-color: rgb(204,254,172); }
td.TdClassName
{
border-color: #CCFEAC;
}
.TagClassName
{
border-color: #CCFEAC;
}
</style>