Shades of Shadow Green #94C5BA
Tints of Shadow Green #94C5BA
RGB
CMYK
RGB Variations
Color information
#94C5BA (or 0x94C5BA) is known color: Shadow Green. HEX triplet: 94, C5 and BA. RGB value is (148,197,186). Sum of RGB (Red+Green+Blue) = 148+197+186=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 197 - color contains mainly: green. Hex color #94C5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C5BA is #6B3A45. Grayscale: #B5B5B5. Windows color (decimal): -7027270 or 12240276. OLE color: 12240276.
HSL color Cylindrical-coordinate representation of color #94C5BA: hue angle of 166.53º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C5BA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 186 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.23 |
| HSL | 166.53º | 0.3% | 0.68% | - |
| HSV(B) | 166.53º | 0.25% | 0.77% | - |
| XYZ | 41.04 | 49.77 | 53.9 | - |
| YUV | 181.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 186 | 0.25 | 0 | 0.06 | 0.23 | 166.53 | 0.3 | 0.68 |
| Hex | 94 | C5 | BA | 19 | 0 | 6 | 17 | A7 | 1E | 44 |
| Octal | 224 | 305 | 272 | 31 | 0 | 6 | 27 | 247 | 36 | 104 |
| Binary | 10010100 | 11000101 | 10111010 | 11001 | 0 | 110 | 10111 | 10100111 | 11110 | 1000100 |
Color Harmonies of #94C5BA
Complementary color
Monochromatic Colors of #94C5BA
Black with #94C5BA
Text Example
Text Example
White with #94C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C5BA; }
p { color: rgb(148,197,186); }
H1.HeaderClassName
{
color: #94C5BA;
}
.AnyTagClassName
{
color: #94C5BA;
}
</style>
background-color css
<style>
a { background-color: #94C5BA; }
a { background-color: rgb(148,197,186); }
div.DivClassName
{
background-color: #94C5BA;
}
.BgClassName
{
background-color: #94C5BA;
}
</style>
border-color css
<style>
span { border-color: #94C5BA; }
span { border-color: rgb(148,197,186); }
td.TdClassName
{
border-color: #94C5BA;
}
.TagClassName
{
border-color: #94C5BA;
}
</style>