Shades of Tea Green #CCFEBC
Tints of Tea Green #CCFEBC
RGB
CMYK
RGB Variations
Color information
#CCFEBC (or 0xCCFEBC) is known color: Tea Green. HEX triplet: CC, FE and BC. RGB value is (204,254,188). Sum of RGB (Red+Green+Blue) = 204+254+188=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEBC is #330143. Grayscale: #E7E7E7. Windows color (decimal): -3342660 or 12385996. OLE color: 12385996.
HSL color Cylindrical-coordinate representation of color #CCFEBC: hue angle of 105.45º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCFEBC is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 188 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.00 |
| HSL | 105.45º | 0.97% | 0.87% | - |
| HSV(B) | 105.45º | 0.26% | 1% | - |
| XYZ | 69.42 | 87.35 | 60.78 | - |
| YUV | 231.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 188 | 0.20 | 0 | 0.26 | 0.00 | 105.45 | 0.97 | 0.87 |
| Hex | CC | FE | BC | 14 | 0 | 1A | 0 | 69 | 61 | 57 |
| Octal | 314 | 376 | 274 | 24 | 0 | 32 | 0 | 151 | 141 | 127 |
| Binary | 11001100 | 11111110 | 10111100 | 10100 | 0 | 11010 | 0 | 1101001 | 1100001 | 1010111 |
Color Harmonies of #CCFEBC
Complementary color
Monochromatic Colors of #CCFEBC
Black with #CCFEBC
Text Example
Text Example
White with #CCFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEBC; }
p { color: rgb(204,254,188); }
H1.HeaderClassName
{
color: #CCFEBC;
}
.AnyTagClassName
{
color: #CCFEBC;
}
</style>
background-color css
<style>
a { background-color: #CCFEBC; }
a { background-color: rgb(204,254,188); }
div.DivClassName
{
background-color: #CCFEBC;
}
.BgClassName
{
background-color: #CCFEBC;
}
</style>
border-color css
<style>
span { border-color: #CCFEBC; }
span { border-color: rgb(204,254,188); }
td.TdClassName
{
border-color: #CCFEBC;
}
.TagClassName
{
border-color: #CCFEBC;
}
</style>