Shades of Tea Green #CCFFBC
Tints of Tea Green #CCFFBC
RGB
CMYK
RGB Variations
Color information
#CCFFBC (or 0xCCFFBC) is known color: Tea Green. HEX triplet: CC, FF and BC. RGB value is (204,255,188). Sum of RGB (Red+Green+Blue) = 204+255+188=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 188 (73.83% from 255 or 29.06% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFBC is #330043. Grayscale: #E8E8E8. Windows color (decimal): -3342404 or 12386252. OLE color: 12386252.
HSL color Cylindrical-coordinate representation of color #CCFFBC: hue angle of 105.67º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCFFBC is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 188 | - |
| CMYK | 0.2 | 0 | 0.26 | 0 |
| HSL | 105.67º | 1% | 0.87% | - |
| HSV(B) | 105.67º | 0.26% | 1% | - |
| XYZ | 69.74 | 87.99 | 60.88 | - |
| YUV | 232.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 188 | 0.2 | 0 | 0.26 | 0 | 105.67 | 1 | 0.87 |
| Hex | CC | FF | BC | 14 | 0 | 1A | 0 | 6A | 64 | 57 |
| Octal | 314 | 377 | 274 | 24 | 0 | 32 | 0 | 152 | 144 | 127 |
| Binary | 11001100 | 11111111 | 10111100 | 10100 | 0 | 11010 | 0 | 1101010 | 1100100 | 1010111 |
Color Harmonies of #CCFFBC
Complementary color
Monochromatic Colors of #CCFFBC
Black with #CCFFBC
Text Example
Text Example
White with #CCFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFFBC; }
p { color: rgb(204,255,188); }
H1.HeaderClassName
{
color: #CCFFBC;
}
.AnyTagClassName
{
color: #CCFFBC;
}
</style>
background-color css
<style>
a { background-color: #CCFFBC; }
a { background-color: rgb(204,255,188); }
div.DivClassName
{
background-color: #CCFFBC;
}
.BgClassName
{
background-color: #CCFFBC;
}
</style>
border-color css
<style>
span { border-color: #CCFFBC; }
span { border-color: rgb(204,255,188); }
td.TdClassName
{
border-color: #CCFFBC;
}
.TagClassName
{
border-color: #CCFFBC;
}
</style>