Shades of Tea Green #CCF2BE
Tints of Tea Green #CCF2BE
RGB
CMYK
RGB Variations
Color information
#CCF2BE (or 0xCCF2BE) is known color: Tea Green. HEX triplet: CC, F2 and BE. RGB value is (204,242,190). Sum of RGB (Red+Green+Blue) = 204+242+190=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2BE is #330D41. Grayscale: #E0E0E0. Windows color (decimal): -3345730 or 12513996. OLE color: 12513996.
HSL color Cylindrical-coordinate representation of color #CCF2BE: hue angle of 103.85º degrees, saturation: 0.67, 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 #CCF2BE is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 190 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.05 |
| HSL | 103.85º | 0.67% | 0.85% | - |
| HSV(B) | 103.85º | 0.21% | 0.95% | - |
| XYZ | 65.95 | 80.06 | 60.69 | - |
| YUV | 224.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 190 | 0.16 | 0 | 0.21 | 0.05 | 103.85 | 0.67 | 0.85 |
| Hex | CC | F2 | BE | 10 | 0 | 15 | 5 | 68 | 43 | 55 |
| Octal | 314 | 362 | 276 | 20 | 0 | 25 | 5 | 150 | 103 | 125 |
| Binary | 11001100 | 11110010 | 10111110 | 10000 | 0 | 10101 | 101 | 1101000 | 1000011 | 1010101 |
Color Harmonies of #CCF2BE
Complementary color
Monochromatic Colors of #CCF2BE
Black with #CCF2BE
Text Example
Text Example
White with #CCF2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2BE; }
p { color: rgb(204,242,190); }
H1.HeaderClassName
{
color: #CCF2BE;
}
.AnyTagClassName
{
color: #CCF2BE;
}
</style>
background-color css
<style>
a { background-color: #CCF2BE; }
a { background-color: rgb(204,242,190); }
div.DivClassName
{
background-color: #CCF2BE;
}
.BgClassName
{
background-color: #CCF2BE;
}
</style>
border-color css
<style>
span { border-color: #CCF2BE; }
span { border-color: rgb(204,242,190); }
td.TdClassName
{
border-color: #CCF2BE;
}
.TagClassName
{
border-color: #CCF2BE;
}
</style>