Shades of Tea Green #C5FABB
Tints of Tea Green #C5FABB
RGB
CMYK
RGB Variations
Color information
#C5FABB (or 0xC5FABB) is known color: Tea Green. HEX triplet: C5, FA and BB. RGB value is (197,250,187). Sum of RGB (Red+Green+Blue) = 197+250+187=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FABB is #3A0544. Grayscale: #E3E3E3. Windows color (decimal): -3802437 or 12319429. OLE color: 12319429.
HSL color Cylindrical-coordinate representation of color #C5FABB: hue angle of 110.48º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5FABB is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 187 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.02 |
| HSL | 110.48º | 0.86% | 0.86% | - |
| HSV(B) | 110.48º | 0.25% | 0.98% | - |
| XYZ | 66.18 | 83.83 | 59.71 | - |
| YUV | 226.97 | 105.44 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 187 | 0.21 | 0 | 0.25 | 0.02 | 110.48 | 0.86 | 0.86 |
| Hex | C5 | FA | BB | 15 | 0 | 19 | 2 | 6E | 56 | 56 |
| Octal | 305 | 372 | 273 | 25 | 0 | 31 | 2 | 156 | 126 | 126 |
| Binary | 11000101 | 11111010 | 10111011 | 10101 | 0 | 11001 | 10 | 1101110 | 1010110 | 1010110 |
Color Harmonies of #C5FABB
Complementary color
Monochromatic Colors of #C5FABB
Black with #C5FABB
Text Example
Text Example
White with #C5FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FABB; }
p { color: rgb(197,250,187); }
H1.HeaderClassName
{
color: #C5FABB;
}
.AnyTagClassName
{
color: #C5FABB;
}
</style>
background-color css
<style>
a { background-color: #C5FABB; }
a { background-color: rgb(197,250,187); }
div.DivClassName
{
background-color: #C5FABB;
}
.BgClassName
{
background-color: #C5FABB;
}
</style>
border-color css
<style>
span { border-color: #C5FABB; }
span { border-color: rgb(197,250,187); }
td.TdClassName
{
border-color: #C5FABB;
}
.TagClassName
{
border-color: #C5FABB;
}
</style>