Shades of Tea Green #CCFEC1
Tints of Tea Green #CCFEC1
RGB
CMYK
RGB Variations
Color information
#CCFEC1 (or 0xCCFEC1) is known color: Tea Green. HEX triplet: CC, FE and C1. RGB value is (204,254,193). Sum of RGB (Red+Green+Blue) = 204+254+193=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEC1 is #33013E. Grayscale: #E8E8E8. Windows color (decimal): -3342655 or 12713676. OLE color: 12713676.
HSL color Cylindrical-coordinate representation of color #CCFEC1: hue angle of 109.18º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCFEC1 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 193 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.00 |
| HSL | 109.18º | 0.97% | 0.88% | - |
| HSV(B) | 109.18º | 0.24% | 1% | - |
| XYZ | 69.97 | 87.57 | 63.67 | - |
| YUV | 232.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 193 | 0.20 | 0 | 0.24 | 0.00 | 109.18 | 0.97 | 0.88 |
| Hex | CC | FE | C1 | 14 | 0 | 18 | 0 | 6D | 61 | 58 |
| Octal | 314 | 376 | 301 | 24 | 0 | 30 | 0 | 155 | 141 | 130 |
| Binary | 11001100 | 11111110 | 11000001 | 10100 | 0 | 11000 | 0 | 1101101 | 1100001 | 1011000 |
Color Harmonies of #CCFEC1
Complementary color
Monochromatic Colors of #CCFEC1
Black with #CCFEC1
Text Example
Text Example
White with #CCFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEC1; }
p { color: rgb(204,254,193); }
H1.HeaderClassName
{
color: #CCFEC1;
}
.AnyTagClassName
{
color: #CCFEC1;
}
</style>
background-color css
<style>
a { background-color: #CCFEC1; }
a { background-color: rgb(204,254,193); }
div.DivClassName
{
background-color: #CCFEC1;
}
.BgClassName
{
background-color: #CCFEC1;
}
</style>
border-color css
<style>
span { border-color: #CCFEC1; }
span { border-color: rgb(204,254,193); }
td.TdClassName
{
border-color: #CCFEC1;
}
.TagClassName
{
border-color: #CCFEC1;
}
</style>