Shades of Tea Green #CCF7B9
Tints of Tea Green #CCF7B9
RGB
CMYK
RGB Variations
Color information
#CCF7B9 (or 0xCCF7B9) is known color: Tea Green. HEX triplet: CC, F7 and B9. RGB value is (204,247,185). Sum of RGB (Red+Green+Blue) = 204+247+185=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 247 (96.88% from 255 or 38.84% from 636); Blue value is 185 (72.66% from 255 or 29.09% from 636); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7B9 is #330846. Grayscale: #E3E3E3. Windows color (decimal): -3344455 or 12187596. OLE color: 12187596.
HSL color Cylindrical-coordinate representation of color #CCF7B9: hue angle of 101.61º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCF7B9 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 185 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.03 |
| HSL | 101.61º | 0.79% | 0.85% | - |
| HSV(B) | 101.61º | 0.25% | 0.97% | - |
| XYZ | 66.92 | 82.86 | 58.37 | - |
| YUV | 227.08 | 104.25 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 185 | 0.17 | 0 | 0.25 | 0.03 | 101.61 | 0.79 | 0.85 |
| Hex | CC | F7 | B9 | 11 | 0 | 19 | 3 | 66 | 4F | 55 |
| Octal | 314 | 367 | 271 | 21 | 0 | 31 | 3 | 146 | 117 | 125 |
| Binary | 11001100 | 11110111 | 10111001 | 10001 | 0 | 11001 | 11 | 1100110 | 1001111 | 1010101 |
Color Harmonies of #CCF7B9
Complementary color
Monochromatic Colors of #CCF7B9
Black with #CCF7B9
Text Example
Text Example
White with #CCF7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7B9; }
p { color: rgb(204,247,185); }
H1.HeaderClassName
{
color: #CCF7B9;
}
.AnyTagClassName
{
color: #CCF7B9;
}
</style>
background-color css
<style>
a { background-color: #CCF7B9; }
a { background-color: rgb(204,247,185); }
div.DivClassName
{
background-color: #CCF7B9;
}
.BgClassName
{
background-color: #CCF7B9;
}
</style>
border-color css
<style>
span { border-color: #CCF7B9; }
span { border-color: rgb(204,247,185); }
td.TdClassName
{
border-color: #CCF7B9;
}
.TagClassName
{
border-color: #CCF7B9;
}
</style>