Shades of Tea Green #CCF3BC
Tints of Tea Green #CCF3BC
RGB
CMYK
RGB Variations
Color information
#CCF3BC (or 0xCCF3BC) is known color: Tea Green. HEX triplet: CC, F3 and BC. RGB value is (204,243,188). Sum of RGB (Red+Green+Blue) = 204+243+188=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 243 (95.31% from 255 or 38.27% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3BC is #330C43. Grayscale: #E1E1E1. Windows color (decimal): -3345476 or 12383180. OLE color: 12383180.
HSL color Cylindrical-coordinate representation of color #CCF3BC: hue angle of 102.55º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCF3BC is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 188 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.05 |
| HSL | 102.55º | 0.7% | 0.85% | - |
| HSV(B) | 102.55º | 0.23% | 0.95% | - |
| XYZ | 66.03 | 80.57 | 59.65 | - |
| YUV | 225.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 188 | 0.16 | 0 | 0.23 | 0.05 | 102.55 | 0.7 | 0.85 |
| Hex | CC | F3 | BC | 10 | 0 | 17 | 5 | 67 | 46 | 55 |
| Octal | 314 | 363 | 274 | 20 | 0 | 27 | 5 | 147 | 106 | 125 |
| Binary | 11001100 | 11110011 | 10111100 | 10000 | 0 | 10111 | 101 | 1100111 | 1000110 | 1010101 |
Color Harmonies of #CCF3BC
Complementary color
Monochromatic Colors of #CCF3BC
Black with #CCF3BC
Text Example
Text Example
White with #CCF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3BC; }
p { color: rgb(204,243,188); }
H1.HeaderClassName
{
color: #CCF3BC;
}
.AnyTagClassName
{
color: #CCF3BC;
}
</style>
background-color css
<style>
a { background-color: #CCF3BC; }
a { background-color: rgb(204,243,188); }
div.DivClassName
{
background-color: #CCF3BC;
}
.BgClassName
{
background-color: #CCF3BC;
}
</style>
border-color css
<style>
span { border-color: #CCF3BC; }
span { border-color: rgb(204,243,188); }
td.TdClassName
{
border-color: #CCF3BC;
}
.TagClassName
{
border-color: #CCF3BC;
}
</style>