Shades of Tea Green #CCFCBB
Tints of Tea Green #CCFCBB
RGB
CMYK
RGB Variations
Color information
#CCFCBB (or 0xCCFCBB) is known color: Tea Green. HEX triplet: CC, FC and BB. RGB value is (204,252,187). Sum of RGB (Red+Green+Blue) = 204+252+187=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCBB is #330344. Grayscale: #E6E6E6. Windows color (decimal): -3343173 or 12319948. OLE color: 12319948.
HSL color Cylindrical-coordinate representation of color #CCFCBB: hue angle of 104.31º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCFCBB is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 187 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.01 |
| HSL | 104.31º | 0.92% | 0.86% | - |
| HSV(B) | 104.31º | 0.26% | 0.99% | - |
| XYZ | 68.68 | 86.05 | 60 | - |
| YUV | 230.24 | 103.6 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 187 | 0.19 | 0 | 0.26 | 0.01 | 104.31 | 0.92 | 0.86 |
| Hex | CC | FC | BB | 13 | 0 | 1A | 1 | 68 | 5C | 56 |
| Octal | 314 | 374 | 273 | 23 | 0 | 32 | 1 | 150 | 134 | 126 |
| Binary | 11001100 | 11111100 | 10111011 | 10011 | 0 | 11010 | 1 | 1101000 | 1011100 | 1010110 |
Color Harmonies of #CCFCBB
Complementary color
Monochromatic Colors of #CCFCBB
Black with #CCFCBB
Text Example
Text Example
White with #CCFCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCBB; }
p { color: rgb(204,252,187); }
H1.HeaderClassName
{
color: #CCFCBB;
}
.AnyTagClassName
{
color: #CCFCBB;
}
</style>
background-color css
<style>
a { background-color: #CCFCBB; }
a { background-color: rgb(204,252,187); }
div.DivClassName
{
background-color: #CCFCBB;
}
.BgClassName
{
background-color: #CCFCBB;
}
</style>
border-color css
<style>
span { border-color: #CCFCBB; }
span { border-color: rgb(204,252,187); }
td.TdClassName
{
border-color: #CCFCBB;
}
.TagClassName
{
border-color: #CCFCBB;
}
</style>