Shades of Tea Green #CCF2B0
Tints of Tea Green #CCF2B0
RGB
CMYK
RGB Variations
Color information
#CCF2B0 (or 0xCCF2B0) is known color: Tea Green. HEX triplet: CC, F2 and B0. RGB value is (204,242,176). Sum of RGB (Red+Green+Blue) = 204+242+176=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2B0 is #330D4F. Grayscale: #DFDFDF. Windows color (decimal): -3345744 or 11596492. OLE color: 11596492.
HSL color Cylindrical-coordinate representation of color #CCF2B0: hue angle of 94.55º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCF2B0 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 176 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.05 |
| HSL | 94.55º | 0.72% | 0.82% | - |
| HSV(B) | 94.55º | 0.27% | 0.95% | - |
| XYZ | 64.49 | 79.48 | 53.02 | - |
| YUV | 223.11 | 101.41 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 176 | 0.16 | 0 | 0.27 | 0.05 | 94.55 | 0.72 | 0.82 |
| Hex | CC | F2 | B0 | 10 | 0 | 1B | 5 | 5F | 48 | 52 |
| Octal | 314 | 362 | 260 | 20 | 0 | 33 | 5 | 137 | 110 | 122 |
| Binary | 11001100 | 11110010 | 10110000 | 10000 | 0 | 11011 | 101 | 1011111 | 1001000 | 1010010 |
Color Harmonies of #CCF2B0
Complementary color
Monochromatic Colors of #CCF2B0
Black with #CCF2B0
Text Example
Text Example
White with #CCF2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2B0; }
p { color: rgb(204,242,176); }
H1.HeaderClassName
{
color: #CCF2B0;
}
.AnyTagClassName
{
color: #CCF2B0;
}
</style>
background-color css
<style>
a { background-color: #CCF2B0; }
a { background-color: rgb(204,242,176); }
div.DivClassName
{
background-color: #CCF2B0;
}
.BgClassName
{
background-color: #CCF2B0;
}
</style>
border-color css
<style>
span { border-color: #CCF2B0; }
span { border-color: rgb(204,242,176); }
td.TdClassName
{
border-color: #CCF2B0;
}
.TagClassName
{
border-color: #CCF2B0;
}
</style>