Shades of Tea Green #C5FABC
Tints of Tea Green #C5FABC
RGB
CMYK
RGB Variations
Color information
#C5FABC (or 0xC5FABC) is known color: Tea Green. HEX triplet: C5, FA and BC. RGB value is (197,250,188). Sum of RGB (Red+Green+Blue) = 197+250+188=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5FABC is #3A0543. Grayscale: #E3E3E3. Windows color (decimal): -3802436 or 12384965. OLE color: 12384965.
HSL color Cylindrical-coordinate representation of color #C5FABC: hue angle of 111.29º 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 #C5FABC is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 188 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.02 |
| HSL | 111.29º | 0.86% | 0.86% | - |
| HSV(B) | 111.29º | 0.25% | 0.98% | - |
| XYZ | 66.29 | 83.87 | 60.27 | - |
| YUV | 227.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 188 | 0.21 | 0 | 0.25 | 0.02 | 111.29 | 0.86 | 0.86 |
| Hex | C5 | FA | BC | 15 | 0 | 19 | 2 | 6F | 56 | 56 |
| Octal | 305 | 372 | 274 | 25 | 0 | 31 | 2 | 157 | 126 | 126 |
| Binary | 11000101 | 11111010 | 10111100 | 10101 | 0 | 11001 | 10 | 1101111 | 1010110 | 1010110 |
Color Harmonies of #C5FABC
Complementary color
Monochromatic Colors of #C5FABC
Black with #C5FABC
Text Example
Text Example
White with #C5FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FABC; }
p { color: rgb(197,250,188); }
H1.HeaderClassName
{
color: #C5FABC;
}
.AnyTagClassName
{
color: #C5FABC;
}
</style>
background-color css
<style>
a { background-color: #C5FABC; }
a { background-color: rgb(197,250,188); }
div.DivClassName
{
background-color: #C5FABC;
}
.BgClassName
{
background-color: #C5FABC;
}
</style>
border-color css
<style>
span { border-color: #C5FABC; }
span { border-color: rgb(197,250,188); }
td.TdClassName
{
border-color: #C5FABC;
}
.TagClassName
{
border-color: #C5FABC;
}
</style>