Shades of Tea Green #C4F5AF
Tints of Tea Green #C4F5AF
RGB
CMYK
RGB Variations
Color information
#C4F5AF (or 0xC4F5AF) is known color: Tea Green. HEX triplet: C4, F5 and AF. RGB value is (196,245,175). Sum of RGB (Red+Green+Blue) = 196+245+175=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 245 (96.09% from 255 or 39.77% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 245 - color contains mainly: green. Hex color #C4F5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C4F5AF is #3B0A50. Grayscale: #DEDEDE. Windows color (decimal): -3869265 or 11531716. OLE color: 11531716.
HSL color Cylindrical-coordinate representation of color #C4F5AF: hue angle of 102º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4F5AF is Cyan = 0.2, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 245 | 175 | - |
| CMYK | 0.2 | 0 | 0.29 | 0.04 |
| HSL | 102º | 0.78% | 0.82% | - |
| HSV(B) | 102º | 0.29% | 0.96% | - |
| XYZ | 63.16 | 80.14 | 52.7 | - |
| YUV | 222.37 | 101.27 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 245 | 175 | 0.2 | 0 | 0.29 | 0.04 | 102 | 0.78 | 0.82 |
| Hex | C4 | F5 | AF | 14 | 0 | 1D | 4 | 66 | 4E | 52 |
| Octal | 304 | 365 | 257 | 24 | 0 | 35 | 4 | 146 | 116 | 122 |
| Binary | 11000100 | 11110101 | 10101111 | 10100 | 0 | 11101 | 100 | 1100110 | 1001110 | 1010010 |
Color Harmonies of #C4F5AF
Complementary color
Monochromatic Colors of #C4F5AF
Black with #C4F5AF
Text Example
Text Example
White with #C4F5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F5AF; }
p { color: rgb(196,245,175); }
H1.HeaderClassName
{
color: #C4F5AF;
}
.AnyTagClassName
{
color: #C4F5AF;
}
</style>
background-color css
<style>
a { background-color: #C4F5AF; }
a { background-color: rgb(196,245,175); }
div.DivClassName
{
background-color: #C4F5AF;
}
.BgClassName
{
background-color: #C4F5AF;
}
</style>
border-color css
<style>
span { border-color: #C4F5AF; }
span { border-color: rgb(196,245,175); }
td.TdClassName
{
border-color: #C4F5AF;
}
.TagClassName
{
border-color: #C4F5AF;
}
</style>