Shades of Tea Green #CCF2BF
Tints of Tea Green #CCF2BF
RGB
CMYK
RGB Variations
Color information
#CCF2BF (or 0xCCF2BF) is known color: Tea Green. HEX triplet: CC, F2 and BF. RGB value is (204,242,191). Sum of RGB (Red+Green+Blue) = 204+242+191=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2BF is #330D40. Grayscale: #E0E0E0. Windows color (decimal): -3345729 or 12579532. OLE color: 12579532.
HSL color Cylindrical-coordinate representation of color #CCF2BF: hue angle of 104.71º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCF2BF is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 191 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.05 |
| HSL | 104.71º | 0.66% | 0.85% | - |
| HSV(B) | 104.71º | 0.21% | 0.95% | - |
| XYZ | 66.06 | 80.1 | 61.27 | - |
| YUV | 224.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 191 | 0.16 | 0 | 0.21 | 0.05 | 104.71 | 0.66 | 0.85 |
| Hex | CC | F2 | BF | 10 | 0 | 15 | 5 | 69 | 42 | 55 |
| Octal | 314 | 362 | 277 | 20 | 0 | 25 | 5 | 151 | 102 | 125 |
| Binary | 11001100 | 11110010 | 10111111 | 10000 | 0 | 10101 | 101 | 1101001 | 1000010 | 1010101 |
Color Harmonies of #CCF2BF
Complementary color
Monochromatic Colors of #CCF2BF
Black with #CCF2BF
Text Example
Text Example
White with #CCF2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2BF; }
p { color: rgb(204,242,191); }
H1.HeaderClassName
{
color: #CCF2BF;
}
.AnyTagClassName
{
color: #CCF2BF;
}
</style>
background-color css
<style>
a { background-color: #CCF2BF; }
a { background-color: rgb(204,242,191); }
div.DivClassName
{
background-color: #CCF2BF;
}
.BgClassName
{
background-color: #CCF2BF;
}
</style>
border-color css
<style>
span { border-color: #CCF2BF; }
span { border-color: rgb(204,242,191); }
td.TdClassName
{
border-color: #CCF2BF;
}
.TagClassName
{
border-color: #CCF2BF;
}
</style>