Shades of Tea Green #CCF2B3
Tints of Tea Green #CCF2B3
RGB
CMYK
RGB Variations
Color information
#CCF2B3 (or 0xCCF2B3) is known color: Tea Green. HEX triplet: CC, F2 and B3. RGB value is (204,242,179). Sum of RGB (Red+Green+Blue) = 204+242+179=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2B3 is #330D4C. Grayscale: #DFDFDF. Windows color (decimal): -3345741 or 11793100. OLE color: 11793100.
HSL color Cylindrical-coordinate representation of color #CCF2B3: hue angle of 96.19º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCF2B3 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 179 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.05 |
| HSL | 96.19º | 0.71% | 0.83% | - |
| HSV(B) | 96.19º | 0.26% | 0.95% | - |
| XYZ | 64.79 | 79.6 | 54.6 | - |
| YUV | 223.46 | 102.91 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 179 | 0.16 | 0 | 0.26 | 0.05 | 96.19 | 0.71 | 0.83 |
| Hex | CC | F2 | B3 | 10 | 0 | 1A | 5 | 60 | 47 | 53 |
| Octal | 314 | 362 | 263 | 20 | 0 | 32 | 5 | 140 | 107 | 123 |
| Binary | 11001100 | 11110010 | 10110011 | 10000 | 0 | 11010 | 101 | 1100000 | 1000111 | 1010011 |
Color Harmonies of #CCF2B3
Complementary color
Monochromatic Colors of #CCF2B3
Black with #CCF2B3
Text Example
Text Example
White with #CCF2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2B3; }
p { color: rgb(204,242,179); }
H1.HeaderClassName
{
color: #CCF2B3;
}
.AnyTagClassName
{
color: #CCF2B3;
}
</style>
background-color css
<style>
a { background-color: #CCF2B3; }
a { background-color: rgb(204,242,179); }
div.DivClassName
{
background-color: #CCF2B3;
}
.BgClassName
{
background-color: #CCF2B3;
}
</style>
border-color css
<style>
span { border-color: #CCF2B3; }
span { border-color: rgb(204,242,179); }
td.TdClassName
{
border-color: #CCF2B3;
}
.TagClassName
{
border-color: #CCF2B3;
}
</style>