Shades of Tea Green #CCF0AF
Tints of Tea Green #CCF0AF
RGB
CMYK
RGB Variations
Color information
#CCF0AF (or 0xCCF0AF) is known color: Tea Green. HEX triplet: CC, F0 and AF. RGB value is (204,240,175). Sum of RGB (Red+Green+Blue) = 204+240+175=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF0AF is #330F50. Grayscale: #DEDEDE. Windows color (decimal): -3346257 or 11530444. OLE color: 11530444.
HSL color Cylindrical-coordinate representation of color #CCF0AF: hue angle of 93.23º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCF0AF is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 175 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.06 |
| HSL | 93.23º | 0.68% | 0.81% | - |
| HSV(B) | 93.23º | 0.27% | 0.94% | - |
| XYZ | 63.8 | 78.25 | 52.3 | - |
| YUV | 221.83 | 101.57 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 175 | 0.15 | 0 | 0.27 | 0.06 | 93.23 | 0.68 | 0.81 |
| Hex | CC | F0 | AF | F | 0 | 1B | 6 | 5D | 44 | 51 |
| Octal | 314 | 360 | 257 | 17 | 0 | 33 | 6 | 135 | 104 | 121 |
| Binary | 11001100 | 11110000 | 10101111 | 1111 | 0 | 11011 | 110 | 1011101 | 1000100 | 1010001 |
Color Harmonies of #CCF0AF
Complementary color
Monochromatic Colors of #CCF0AF
Black with #CCF0AF
Text Example
Text Example
White with #CCF0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0AF; }
p { color: rgb(204,240,175); }
H1.HeaderClassName
{
color: #CCF0AF;
}
.AnyTagClassName
{
color: #CCF0AF;
}
</style>
background-color css
<style>
a { background-color: #CCF0AF; }
a { background-color: rgb(204,240,175); }
div.DivClassName
{
background-color: #CCF0AF;
}
.BgClassName
{
background-color: #CCF0AF;
}
</style>
border-color css
<style>
span { border-color: #CCF0AF; }
span { border-color: rgb(204,240,175); }
td.TdClassName
{
border-color: #CCF0AF;
}
.TagClassName
{
border-color: #CCF0AF;
}
</style>