Shades of Tea Green #CCFBC2
Tints of Tea Green #CCFBC2
RGB
CMYK
RGB Variations
Color information
#CCFBC2 (or 0xCCFBC2) is known color: Tea Green. HEX triplet: CC, FB and C2. RGB value is (204,251,194). Sum of RGB (Red+Green+Blue) = 204+251+194=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBC2 is #33043D. Grayscale: #E6E6E6. Windows color (decimal): -3343422 or 12778444. OLE color: 12778444.
HSL color Cylindrical-coordinate representation of color #CCFBC2: hue angle of 109.47º 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 #CCFBC2 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 194 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.02 |
| HSL | 109.47º | 0.88% | 0.87% | - |
| HSV(B) | 109.47º | 0.23% | 0.98% | - |
| XYZ | 69.14 | 85.73 | 63.94 | - |
| YUV | 230.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 194 | 0.19 | 0 | 0.23 | 0.02 | 109.47 | 0.88 | 0.87 |
| Hex | CC | FB | C2 | 13 | 0 | 17 | 2 | 6D | 58 | 57 |
| Octal | 314 | 373 | 302 | 23 | 0 | 27 | 2 | 155 | 130 | 127 |
| Binary | 11001100 | 11111011 | 11000010 | 10011 | 0 | 10111 | 10 | 1101101 | 1011000 | 1010111 |
Color Harmonies of #CCFBC2
Complementary color
Monochromatic Colors of #CCFBC2
Black with #CCFBC2
Text Example
Text Example
White with #CCFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBC2; }
p { color: rgb(204,251,194); }
H1.HeaderClassName
{
color: #CCFBC2;
}
.AnyTagClassName
{
color: #CCFBC2;
}
</style>
background-color css
<style>
a { background-color: #CCFBC2; }
a { background-color: rgb(204,251,194); }
div.DivClassName
{
background-color: #CCFBC2;
}
.BgClassName
{
background-color: #CCFBC2;
}
</style>
border-color css
<style>
span { border-color: #CCFBC2; }
span { border-color: rgb(204,251,194); }
td.TdClassName
{
border-color: #CCFBC2;
}
.TagClassName
{
border-color: #CCFBC2;
}
</style>