Shades of Tea Green #CCF1C3
Tints of Tea Green #CCF1C3
RGB
CMYK
RGB Variations
Color information
#CCF1C3 (or 0xCCF1C3) is known color: Tea Green. HEX triplet: CC, F1 and C3. RGB value is (204,241,195). Sum of RGB (Red+Green+Blue) = 204+241+195=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 195 (76.56% from 255 or 30.47% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1C3 is #330E3C. Grayscale: #E0E0E0. Windows color (decimal): -3345981 or 12841420. OLE color: 12841420.
HSL color Cylindrical-coordinate representation of color #CCF1C3: hue angle of 108.26º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF1C3 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 195 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.05 |
| HSL | 108.26º | 0.62% | 0.85% | - |
| HSV(B) | 108.26º | 0.19% | 0.95% | - |
| XYZ | 66.21 | 79.69 | 63.52 | - |
| YUV | 224.69 | 111.24 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 195 | 0.15 | 0 | 0.19 | 0.05 | 108.26 | 0.62 | 0.85 |
| Hex | CC | F1 | C3 | F | 0 | 13 | 5 | 6C | 3E | 55 |
| Octal | 314 | 361 | 303 | 17 | 0 | 23 | 5 | 154 | 76 | 125 |
| Binary | 11001100 | 11110001 | 11000011 | 1111 | 0 | 10011 | 101 | 1101100 | 111110 | 1010101 |
Color Harmonies of #CCF1C3
Complementary color
Monochromatic Colors of #CCF1C3
Black with #CCF1C3
Text Example
Text Example
White with #CCF1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF1C3; }
p { color: rgb(204,241,195); }
H1.HeaderClassName
{
color: #CCF1C3;
}
.AnyTagClassName
{
color: #CCF1C3;
}
</style>
background-color css
<style>
a { background-color: #CCF1C3; }
a { background-color: rgb(204,241,195); }
div.DivClassName
{
background-color: #CCF1C3;
}
.BgClassName
{
background-color: #CCF1C3;
}
</style>
border-color css
<style>
span { border-color: #CCF1C3; }
span { border-color: rgb(204,241,195); }
td.TdClassName
{
border-color: #CCF1C3;
}
.TagClassName
{
border-color: #CCF1C3;
}
</style>