Shades of Tea Green #CCF2AF
Tints of Tea Green #CCF2AF
RGB
CMYK
RGB Variations
Color information
#CCF2AF (or 0xCCF2AF) is known color: Tea Green. HEX triplet: CC, F2 and AF. RGB value is (204,242,175). Sum of RGB (Red+Green+Blue) = 204+242+175=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF2AF is #330D50. Grayscale: #DFDFDF. Windows color (decimal): -3345745 or 11530956. OLE color: 11530956.
HSL color Cylindrical-coordinate representation of color #CCF2AF: hue angle of 94.03º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCF2AF is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 175 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.05 |
| HSL | 94.03º | 0.72% | 0.82% | - |
| HSV(B) | 94.03º | 0.28% | 0.95% | - |
| XYZ | 64.39 | 79.44 | 52.5 | - |
| YUV | 223 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 175 | 0.16 | 0 | 0.28 | 0.05 | 94.03 | 0.72 | 0.82 |
| Hex | CC | F2 | AF | 10 | 0 | 1C | 5 | 5E | 48 | 52 |
| Octal | 314 | 362 | 257 | 20 | 0 | 34 | 5 | 136 | 110 | 122 |
| Binary | 11001100 | 11110010 | 10101111 | 10000 | 0 | 11100 | 101 | 1011110 | 1001000 | 1010010 |
Color Harmonies of #CCF2AF
Complementary color
Monochromatic Colors of #CCF2AF
Black with #CCF2AF
Text Example
Text Example
White with #CCF2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2AF; }
p { color: rgb(204,242,175); }
H1.HeaderClassName
{
color: #CCF2AF;
}
.AnyTagClassName
{
color: #CCF2AF;
}
</style>
background-color css
<style>
a { background-color: #CCF2AF; }
a { background-color: rgb(204,242,175); }
div.DivClassName
{
background-color: #CCF2AF;
}
.BgClassName
{
background-color: #CCF2AF;
}
</style>
border-color css
<style>
span { border-color: #CCF2AF; }
span { border-color: rgb(204,242,175); }
td.TdClassName
{
border-color: #CCF2AF;
}
.TagClassName
{
border-color: #CCF2AF;
}
</style>