Shades of Tea Green #C5FDC2
Tints of Tea Green #C5FDC2
RGB
CMYK
RGB Variations
Color information
#C5FDC2 (or 0xC5FDC2) is known color: Tea Green. HEX triplet: C5, FD and C2. RGB value is (197,253,194). Sum of RGB (Red+Green+Blue) = 197+253+194=644 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.59% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FDC2 is #3A023D. Grayscale: #E5E5E5. Windows color (decimal): -3801662 or 12778949. OLE color: 12778949.
HSL color Cylindrical-coordinate representation of color #C5FDC2: hue angle of 116.95º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FDC2 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 253 | 194 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.01 |
| HSL | 116.95º | 0.94% | 0.88% | - |
| HSV(B) | 116.95º | 0.23% | 0.99% | - |
| XYZ | 67.89 | 86.02 | 64.06 | - |
| YUV | 229.53 | 107.95 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 253 | 194 | 0.22 | 0 | 0.23 | 0.01 | 116.95 | 0.94 | 0.88 |
| Hex | C5 | FD | C2 | 16 | 0 | 17 | 1 | 75 | 5E | 58 |
| Octal | 305 | 375 | 302 | 26 | 0 | 27 | 1 | 165 | 136 | 130 |
| Binary | 11000101 | 11111101 | 11000010 | 10110 | 0 | 10111 | 1 | 1110101 | 1011110 | 1011000 |
Color Harmonies of #C5FDC2
Complementary color
Monochromatic Colors of #C5FDC2
Black with #C5FDC2
Text Example
Text Example
White with #C5FDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FDC2; }
p { color: rgb(197,253,194); }
H1.HeaderClassName
{
color: #C5FDC2;
}
.AnyTagClassName
{
color: #C5FDC2;
}
</style>
background-color css
<style>
a { background-color: #C5FDC2; }
a { background-color: rgb(197,253,194); }
div.DivClassName
{
background-color: #C5FDC2;
}
.BgClassName
{
background-color: #C5FDC2;
}
</style>
border-color css
<style>
span { border-color: #C5FDC2; }
span { border-color: rgb(197,253,194); }
td.TdClassName
{
border-color: #C5FDC2;
}
.TagClassName
{
border-color: #C5FDC2;
}
</style>