Shades of Tea Green #CCF9BA
Tints of Tea Green #CCF9BA
RGB
CMYK
RGB Variations
Color information
#CCF9BA (or 0xCCF9BA) is known color: Tea Green. HEX triplet: CC, F9 and BA. RGB value is (204,249,186). Sum of RGB (Red+Green+Blue) = 204+249+186=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9BA is #330645. Grayscale: #E4E4E4. Windows color (decimal): -3343942 or 12253644. OLE color: 12253644.
HSL color Cylindrical-coordinate representation of color #CCF9BA: hue angle of 102.86º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCF9BA is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 186 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.02 |
| HSL | 102.86º | 0.84% | 0.85% | - |
| HSV(B) | 102.86º | 0.25% | 0.98% | - |
| XYZ | 67.64 | 84.13 | 59.13 | - |
| YUV | 228.36 | 104.09 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 186 | 0.18 | 0 | 0.25 | 0.02 | 102.86 | 0.84 | 0.85 |
| Hex | CC | F9 | BA | 12 | 0 | 19 | 2 | 67 | 54 | 55 |
| Octal | 314 | 371 | 272 | 22 | 0 | 31 | 2 | 147 | 124 | 125 |
| Binary | 11001100 | 11111001 | 10111010 | 10010 | 0 | 11001 | 10 | 1100111 | 1010100 | 1010101 |
Color Harmonies of #CCF9BA
Complementary color
Monochromatic Colors of #CCF9BA
Black with #CCF9BA
Text Example
Text Example
White with #CCF9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9BA; }
p { color: rgb(204,249,186); }
H1.HeaderClassName
{
color: #CCF9BA;
}
.AnyTagClassName
{
color: #CCF9BA;
}
</style>
background-color css
<style>
a { background-color: #CCF9BA; }
a { background-color: rgb(204,249,186); }
div.DivClassName
{
background-color: #CCF9BA;
}
.BgClassName
{
background-color: #CCF9BA;
}
</style>
border-color css
<style>
span { border-color: #CCF9BA; }
span { border-color: rgb(204,249,186); }
td.TdClassName
{
border-color: #CCF9BA;
}
.TagClassName
{
border-color: #CCF9BA;
}
</style>