Shades of Tea Green #CCFEAD
Tints of Tea Green #CCFEAD
RGB
CMYK
RGB Variations
Color information
#CCFEAD (or 0xCCFEAD) is known color: Tea Green. HEX triplet: CC, FE and AD. RGB value is (204,254,173). Sum of RGB (Red+Green+Blue) = 204+254+173=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFEAD is #330152. Grayscale: #E6E6E6. Windows color (decimal): -3342675 or 11402956. OLE color: 11402956.
HSL color Cylindrical-coordinate representation of color #CCFEAD: hue angle of 97.04º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCFEAD is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 254 | 173 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.00 |
| HSL | 97.04º | 0.98% | 0.84% | - |
| HSV(B) | 97.04º | 0.32% | 1% | - |
| XYZ | 67.89 | 86.74 | 52.7 | - |
| YUV | 229.82 | 95.94 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 254 | 173 | 0.20 | 0 | 0.32 | 0.00 | 97.04 | 0.98 | 0.84 |
| Hex | CC | FE | AD | 14 | 0 | 20 | 0 | 61 | 62 | 54 |
| Octal | 314 | 376 | 255 | 24 | 0 | 40 | 0 | 141 | 142 | 124 |
| Binary | 11001100 | 11111110 | 10101101 | 10100 | 0 | 100000 | 0 | 1100001 | 1100010 | 1010100 |
Color Harmonies of #CCFEAD
Complementary color
Monochromatic Colors of #CCFEAD
Black with #CCFEAD
Text Example
Text Example
White with #CCFEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFEAD; }
p { color: rgb(204,254,173); }
H1.HeaderClassName
{
color: #CCFEAD;
}
.AnyTagClassName
{
color: #CCFEAD;
}
</style>
background-color css
<style>
a { background-color: #CCFEAD; }
a { background-color: rgb(204,254,173); }
div.DivClassName
{
background-color: #CCFEAD;
}
.BgClassName
{
background-color: #CCFEAD;
}
</style>
border-color css
<style>
span { border-color: #CCFEAD; }
span { border-color: rgb(204,254,173); }
td.TdClassName
{
border-color: #CCFEAD;
}
.TagClassName
{
border-color: #CCFEAD;
}
</style>