Shades of Tea Green #CCF3BA
Tints of Tea Green #CCF3BA
RGB
CMYK
RGB Variations
Color information
#CCF3BA (or 0xCCF3BA) is known color: Tea Green. HEX triplet: CC, F3 and BA. RGB value is (204,243,186). Sum of RGB (Red+Green+Blue) = 204+243+186=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3BA is #330C45. Grayscale: #E1E1E1. Windows color (decimal): -3345478 or 12252108. OLE color: 12252108.
HSL color Cylindrical-coordinate representation of color #CCF3BA: hue angle of 101.05º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCF3BA is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 186 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.05 |
| HSL | 101.05º | 0.7% | 0.84% | - |
| HSV(B) | 101.05º | 0.23% | 0.95% | - |
| XYZ | 65.82 | 80.48 | 58.52 | - |
| YUV | 224.84 | 106.08 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 186 | 0.16 | 0 | 0.23 | 0.05 | 101.05 | 0.7 | 0.84 |
| Hex | CC | F3 | BA | 10 | 0 | 17 | 5 | 65 | 46 | 54 |
| Octal | 314 | 363 | 272 | 20 | 0 | 27 | 5 | 145 | 106 | 124 |
| Binary | 11001100 | 11110011 | 10111010 | 10000 | 0 | 10111 | 101 | 1100101 | 1000110 | 1010100 |
Color Harmonies of #CCF3BA
Complementary color
Monochromatic Colors of #CCF3BA
Black with #CCF3BA
Text Example
Text Example
White with #CCF3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3BA; }
p { color: rgb(204,243,186); }
H1.HeaderClassName
{
color: #CCF3BA;
}
.AnyTagClassName
{
color: #CCF3BA;
}
</style>
background-color css
<style>
a { background-color: #CCF3BA; }
a { background-color: rgb(204,243,186); }
div.DivClassName
{
background-color: #CCF3BA;
}
.BgClassName
{
background-color: #CCF3BA;
}
</style>
border-color css
<style>
span { border-color: #CCF3BA; }
span { border-color: rgb(204,243,186); }
td.TdClassName
{
border-color: #CCF3BA;
}
.TagClassName
{
border-color: #CCF3BA;
}
</style>