Shades of Tea Green #CCFEBB
Tints of Tea Green #CCFEBB
RGB
CMYK
RGB Variations
Color information
#CCFEBB (or 0xCCFEBB) is known color: Tea Green. HEX triplet: CC, FE and BB. RGB value is (204,254,187). Sum of RGB (Red+Green+Blue) = 204+254+187=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEBB is #330144. Grayscale: #E7E7E7. Windows color (decimal): -3342661 or 12320460. OLE color: 12320460.
HSL color Cylindrical-coordinate representation of color #CCFEBB: hue angle of 104.78º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCFEBB is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 187 | - |
| CMYK | 0.20 | 0 | 0.26 | 0.00 |
| HSL | 104.78º | 0.97% | 0.86% | - |
| HSV(B) | 104.78º | 0.26% | 1% | - |
| XYZ | 69.31 | 87.31 | 60.21 | - |
| YUV | 231.41 | 102.94 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 187 | 0.20 | 0 | 0.26 | 0.00 | 104.78 | 0.97 | 0.86 |
| Hex | CC | FE | BB | 14 | 0 | 1A | 0 | 69 | 61 | 56 |
| Octal | 314 | 376 | 273 | 24 | 0 | 32 | 0 | 151 | 141 | 126 |
| Binary | 11001100 | 11111110 | 10111011 | 10100 | 0 | 11010 | 0 | 1101001 | 1100001 | 1010110 |
Color Harmonies of #CCFEBB
Complementary color
Monochromatic Colors of #CCFEBB
Black with #CCFEBB
Text Example
Text Example
White with #CCFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEBB; }
p { color: rgb(204,254,187); }
H1.HeaderClassName
{
color: #CCFEBB;
}
.AnyTagClassName
{
color: #CCFEBB;
}
</style>
background-color css
<style>
a { background-color: #CCFEBB; }
a { background-color: rgb(204,254,187); }
div.DivClassName
{
background-color: #CCFEBB;
}
.BgClassName
{
background-color: #CCFEBB;
}
</style>
border-color css
<style>
span { border-color: #CCFEBB; }
span { border-color: rgb(204,254,187); }
td.TdClassName
{
border-color: #CCFEBB;
}
.TagClassName
{
border-color: #CCFEBB;
}
</style>