Shades of Tea Green #C5FABF
Tints of Tea Green #C5FABF
RGB
CMYK
RGB Variations
Color information
#C5FABF (or 0xC5FABF) is known color: Tea Green. HEX triplet: C5, FA and BF. RGB value is (197,250,191). Sum of RGB (Red+Green+Blue) = 197+250+191=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FABF is #3A0540. Grayscale: #E3E3E3. Windows color (decimal): -3802433 or 12581573. OLE color: 12581573.
HSL color Cylindrical-coordinate representation of color #C5FABF: hue angle of 113.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5FABF is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 191 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.02 |
| HSL | 113.9º | 0.86% | 0.86% | - |
| HSV(B) | 113.9º | 0.24% | 0.98% | - |
| XYZ | 66.62 | 84 | 61.99 | - |
| YUV | 227.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 191 | 0.21 | 0 | 0.24 | 0.02 | 113.9 | 0.86 | 0.86 |
| Hex | C5 | FA | BF | 15 | 0 | 18 | 2 | 72 | 56 | 56 |
| Octal | 305 | 372 | 277 | 25 | 0 | 30 | 2 | 162 | 126 | 126 |
| Binary | 11000101 | 11111010 | 10111111 | 10101 | 0 | 11000 | 10 | 1110010 | 1010110 | 1010110 |
Color Harmonies of #C5FABF
Complementary color
Monochromatic Colors of #C5FABF
Black with #C5FABF
Text Example
Text Example
White with #C5FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FABF; }
p { color: rgb(197,250,191); }
H1.HeaderClassName
{
color: #C5FABF;
}
.AnyTagClassName
{
color: #C5FABF;
}
</style>
background-color css
<style>
a { background-color: #C5FABF; }
a { background-color: rgb(197,250,191); }
div.DivClassName
{
background-color: #C5FABF;
}
.BgClassName
{
background-color: #C5FABF;
}
</style>
border-color css
<style>
span { border-color: #C5FABF; }
span { border-color: rgb(197,250,191); }
td.TdClassName
{
border-color: #C5FABF;
}
.TagClassName
{
border-color: #C5FABF;
}
</style>