Shades of Tea Green #CCF0BA
Tints of Tea Green #CCF0BA
RGB
CMYK
RGB Variations
Color information
#CCF0BA (or 0xCCF0BA) is known color: Tea Green. HEX triplet: CC, F0 and BA. RGB value is (204,240,186). Sum of RGB (Red+Green+Blue) = 204+240+186=630 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.38% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0BA is #330F45. Grayscale: #DFDFDF. Windows color (decimal): -3346246 or 12251340. OLE color: 12251340.
HSL color Cylindrical-coordinate representation of color #CCF0BA: hue angle of 100º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCF0BA is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 186 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.06 |
| HSL | 100º | 0.64% | 0.84% | - |
| HSV(B) | 100º | 0.23% | 0.94% | - |
| XYZ | 64.92 | 78.7 | 58.22 | - |
| YUV | 223.08 | 107.07 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 186 | 0.15 | 0 | 0.22 | 0.06 | 100 | 0.64 | 0.84 |
| Hex | CC | F0 | BA | F | 0 | 16 | 6 | 64 | 40 | 54 |
| Octal | 314 | 360 | 272 | 17 | 0 | 26 | 6 | 144 | 100 | 124 |
| Binary | 11001100 | 11110000 | 10111010 | 1111 | 0 | 10110 | 110 | 1100100 | 1000000 | 1010100 |
Color Harmonies of #CCF0BA
Complementary color
Monochromatic Colors of #CCF0BA
Black with #CCF0BA
Text Example
Text Example
White with #CCF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0BA; }
p { color: rgb(204,240,186); }
H1.HeaderClassName
{
color: #CCF0BA;
}
.AnyTagClassName
{
color: #CCF0BA;
}
</style>
background-color css
<style>
a { background-color: #CCF0BA; }
a { background-color: rgb(204,240,186); }
div.DivClassName
{
background-color: #CCF0BA;
}
.BgClassName
{
background-color: #CCF0BA;
}
</style>
border-color css
<style>
span { border-color: #CCF0BA; }
span { border-color: rgb(204,240,186); }
td.TdClassName
{
border-color: #CCF0BA;
}
.TagClassName
{
border-color: #CCF0BA;
}
</style>