Shades of Tea Green #CCF7BC
Tints of Tea Green #CCF7BC
RGB
CMYK
RGB Variations
Color information
#CCF7BC (or 0xCCF7BC) is known color: Tea Green. HEX triplet: CC, F7 and BC. RGB value is (204,247,188). Sum of RGB (Red+Green+Blue) = 204+247+188=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7BC is #330843. Grayscale: #E3E3E3. Windows color (decimal): -3344452 or 12384204. OLE color: 12384204.
HSL color Cylindrical-coordinate representation of color #CCF7BC: hue angle of 103.73º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCF7BC is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 188 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.03 |
| HSL | 103.73º | 0.79% | 0.85% | - |
| HSV(B) | 103.73º | 0.24% | 0.97% | - |
| XYZ | 67.24 | 82.99 | 60.05 | - |
| YUV | 227.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 188 | 0.17 | 0 | 0.24 | 0.03 | 103.73 | 0.79 | 0.85 |
| Hex | CC | F7 | BC | 11 | 0 | 18 | 3 | 68 | 4F | 55 |
| Octal | 314 | 367 | 274 | 21 | 0 | 30 | 3 | 150 | 117 | 125 |
| Binary | 11001100 | 11110111 | 10111100 | 10001 | 0 | 11000 | 11 | 1101000 | 1001111 | 1010101 |
Color Harmonies of #CCF7BC
Complementary color
Monochromatic Colors of #CCF7BC
Black with #CCF7BC
Text Example
Text Example
White with #CCF7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7BC; }
p { color: rgb(204,247,188); }
H1.HeaderClassName
{
color: #CCF7BC;
}
.AnyTagClassName
{
color: #CCF7BC;
}
</style>
background-color css
<style>
a { background-color: #CCF7BC; }
a { background-color: rgb(204,247,188); }
div.DivClassName
{
background-color: #CCF7BC;
}
.BgClassName
{
background-color: #CCF7BC;
}
</style>
border-color css
<style>
span { border-color: #CCF7BC; }
span { border-color: rgb(204,247,188); }
td.TdClassName
{
border-color: #CCF7BC;
}
.TagClassName
{
border-color: #CCF7BC;
}
</style>