Shades of Tea Green #CCF5C1
Tints of Tea Green #CCF5C1
RGB
CMYK
RGB Variations
Color information
#CCF5C1 (or 0xCCF5C1) is known color: Tea Green. HEX triplet: CC, F5 and C1. RGB value is (204,245,193). Sum of RGB (Red+Green+Blue) = 204+245+193=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 193 (75.78% from 255 or 30.06% from 642); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF5C1 is #330A3E. Grayscale: #E2E2E2. Windows color (decimal): -3344959 or 12711372. OLE color: 12711372.
HSL color Cylindrical-coordinate representation of color #CCF5C1: hue angle of 107.31º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCF5C1 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 193 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.04 |
| HSL | 107.31º | 0.72% | 0.86% | - |
| HSV(B) | 107.31º | 0.21% | 0.96% | - |
| XYZ | 67.18 | 81.99 | 62.74 | - |
| YUV | 226.81 | 108.92 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 193 | 0.17 | 0 | 0.21 | 0.04 | 107.31 | 0.72 | 0.86 |
| Hex | CC | F5 | C1 | 11 | 0 | 15 | 4 | 6B | 48 | 56 |
| Octal | 314 | 365 | 301 | 21 | 0 | 25 | 4 | 153 | 110 | 126 |
| Binary | 11001100 | 11110101 | 11000001 | 10001 | 0 | 10101 | 100 | 1101011 | 1001000 | 1010110 |
Color Harmonies of #CCF5C1
Complementary color
Monochromatic Colors of #CCF5C1
Black with #CCF5C1
Text Example
Text Example
White with #CCF5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF5C1; }
p { color: rgb(204,245,193); }
H1.HeaderClassName
{
color: #CCF5C1;
}
.AnyTagClassName
{
color: #CCF5C1;
}
</style>
background-color css
<style>
a { background-color: #CCF5C1; }
a { background-color: rgb(204,245,193); }
div.DivClassName
{
background-color: #CCF5C1;
}
.BgClassName
{
background-color: #CCF5C1;
}
</style>
border-color css
<style>
span { border-color: #CCF5C1; }
span { border-color: rgb(204,245,193); }
td.TdClassName
{
border-color: #CCF5C1;
}
.TagClassName
{
border-color: #CCF5C1;
}
</style>