Shades of Tea Green #C4FCAF
Tints of Tea Green #C4FCAF
RGB
CMYK
RGB Variations
Color information
#C4FCAF (or 0xC4FCAF) is known color: Tea Green. HEX triplet: C4, FC and AF. RGB value is (196,252,175). Sum of RGB (Red+Green+Blue) = 196+252+175=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #C4FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4FCAF is #3B0350. Grayscale: #E2E2E2. Windows color (decimal): -3867473 or 11533508. OLE color: 11533508.
HSL color Cylindrical-coordinate representation of color #C4FCAF: hue angle of 103.64º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4FCAF is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 252 | 175 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.01 |
| HSL | 103.64º | 0.93% | 0.84% | - |
| HSV(B) | 103.64º | 0.31% | 0.99% | - |
| XYZ | 65.31 | 84.45 | 53.42 | - |
| YUV | 226.48 | 98.95 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 252 | 175 | 0.22 | 0 | 0.31 | 0.01 | 103.64 | 0.93 | 0.84 |
| Hex | C4 | FC | AF | 16 | 0 | 1F | 1 | 68 | 5D | 54 |
| Octal | 304 | 374 | 257 | 26 | 0 | 37 | 1 | 150 | 135 | 124 |
| Binary | 11000100 | 11111100 | 10101111 | 10110 | 0 | 11111 | 1 | 1101000 | 1011101 | 1010100 |
Color Harmonies of #C4FCAF
Complementary color
Monochromatic Colors of #C4FCAF
Black with #C4FCAF
Text Example
Text Example
White with #C4FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FCAF; }
p { color: rgb(196,252,175); }
H1.HeaderClassName
{
color: #C4FCAF;
}
.AnyTagClassName
{
color: #C4FCAF;
}
</style>
background-color css
<style>
a { background-color: #C4FCAF; }
a { background-color: rgb(196,252,175); }
div.DivClassName
{
background-color: #C4FCAF;
}
.BgClassName
{
background-color: #C4FCAF;
}
</style>
border-color css
<style>
span { border-color: #C4FCAF; }
span { border-color: rgb(196,252,175); }
td.TdClassName
{
border-color: #C4FCAF;
}
.TagClassName
{
border-color: #C4FCAF;
}
</style>