Shades of Tea Green #CCFBC1
Tints of Tea Green #CCFBC1
RGB
CMYK
RGB Variations
Color information
#CCFBC1 (or 0xCCFBC1) is known color: Tea Green. HEX triplet: CC, FB and C1. RGB value is (204,251,193). Sum of RGB (Red+Green+Blue) = 204+251+193=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBC1 is #33043E. Grayscale: #E6E6E6. Windows color (decimal): -3343423 or 12712908. OLE color: 12712908.
HSL color Cylindrical-coordinate representation of color #CCFBC1: hue angle of 108.62º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCFBC1 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 193 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.02 |
| HSL | 108.62º | 0.88% | 0.87% | - |
| HSV(B) | 108.62º | 0.23% | 0.98% | - |
| XYZ | 69.02 | 85.68 | 63.35 | - |
| YUV | 230.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 193 | 0.19 | 0 | 0.23 | 0.02 | 108.62 | 0.88 | 0.87 |
| Hex | CC | FB | C1 | 13 | 0 | 17 | 2 | 6D | 58 | 57 |
| Octal | 314 | 373 | 301 | 23 | 0 | 27 | 2 | 155 | 130 | 127 |
| Binary | 11001100 | 11111011 | 11000001 | 10011 | 0 | 10111 | 10 | 1101101 | 1011000 | 1010111 |
Color Harmonies of #CCFBC1
Complementary color
Monochromatic Colors of #CCFBC1
Black with #CCFBC1
Text Example
Text Example
White with #CCFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBC1; }
p { color: rgb(204,251,193); }
H1.HeaderClassName
{
color: #CCFBC1;
}
.AnyTagClassName
{
color: #CCFBC1;
}
</style>
background-color css
<style>
a { background-color: #CCFBC1; }
a { background-color: rgb(204,251,193); }
div.DivClassName
{
background-color: #CCFBC1;
}
.BgClassName
{
background-color: #CCFBC1;
}
</style>
border-color css
<style>
span { border-color: #CCFBC1; }
span { border-color: rgb(204,251,193); }
td.TdClassName
{
border-color: #CCFBC1;
}
.TagClassName
{
border-color: #CCFBC1;
}
</style>