Shades of Tea Green #CCFCB1
Tints of Tea Green #CCFCB1
RGB
CMYK
RGB Variations
Color information
#CCFCB1 (or 0xCCFCB1) is known color: Tea Green. HEX triplet: CC, FC and B1. RGB value is (204,252,177). Sum of RGB (Red+Green+Blue) = 204+252+177=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFCB1 is #33034E. Grayscale: #E5E5E5. Windows color (decimal): -3343183 or 11664588. OLE color: 11664588.
HSL color Cylindrical-coordinate representation of color #CCFCB1: hue angle of 98.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCFCB1 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 177 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.01 |
| HSL | 98.4º | 0.93% | 0.84% | - |
| HSV(B) | 98.4º | 0.3% | 0.99% | - |
| XYZ | 67.65 | 85.63 | 54.56 | - |
| YUV | 229.1 | 98.6 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 177 | 0.19 | 0 | 0.30 | 0.01 | 98.4 | 0.93 | 0.84 |
| Hex | CC | FC | B1 | 13 | 0 | 1E | 1 | 62 | 5D | 54 |
| Octal | 314 | 374 | 261 | 23 | 0 | 36 | 1 | 142 | 135 | 124 |
| Binary | 11001100 | 11111100 | 10110001 | 10011 | 0 | 11110 | 1 | 1100010 | 1011101 | 1010100 |
Color Harmonies of #CCFCB1
Complementary color
Monochromatic Colors of #CCFCB1
Black with #CCFCB1
Text Example
Text Example
White with #CCFCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFCB1; }
p { color: rgb(204,252,177); }
H1.HeaderClassName
{
color: #CCFCB1;
}
.AnyTagClassName
{
color: #CCFCB1;
}
</style>
background-color css
<style>
a { background-color: #CCFCB1; }
a { background-color: rgb(204,252,177); }
div.DivClassName
{
background-color: #CCFCB1;
}
.BgClassName
{
background-color: #CCFCB1;
}
</style>
border-color css
<style>
span { border-color: #CCFCB1; }
span { border-color: rgb(204,252,177); }
td.TdClassName
{
border-color: #CCFCB1;
}
.TagClassName
{
border-color: #CCFCB1;
}
</style>