Shades of Shadow Green #94C0BA
Tints of Shadow Green #94C0BA
RGB
CMYK
RGB Variations
Color information
#94C0BA (or 0x94C0BA) is known color: Shadow Green. HEX triplet: 94, C0 and BA. RGB value is (148,192,186). Sum of RGB (Red+Green+Blue) = 148+192+186=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #94C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C0BA is #6B3F45. Grayscale: #B2B2B2. Windows color (decimal): -7028550 or 12238996. OLE color: 12238996.
HSL color Cylindrical-coordinate representation of color #94C0BA: hue angle of 171.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94C0BA is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 186 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.25 |
| HSL | 171.82º | 0.26% | 0.67% | - |
| HSV(B) | 171.82º | 0.23% | 0.75% | - |
| XYZ | 39.93 | 47.54 | 53.53 | - |
| YUV | 178.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 186 | 0.23 | 0 | 0.03 | 0.25 | 171.82 | 0.26 | 0.67 |
| Hex | 94 | C0 | BA | 17 | 0 | 3 | 19 | AC | 1A | 43 |
| Octal | 224 | 300 | 272 | 27 | 0 | 3 | 31 | 254 | 32 | 103 |
| Binary | 10010100 | 11000000 | 10111010 | 10111 | 0 | 11 | 11001 | 10101100 | 11010 | 1000011 |
Color Harmonies of #94C0BA
Complementary color
Monochromatic Colors of #94C0BA
Black with #94C0BA
Text Example
Text Example
White with #94C0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C0BA; }
p { color: rgb(148,192,186); }
H1.HeaderClassName
{
color: #94C0BA;
}
.AnyTagClassName
{
color: #94C0BA;
}
</style>
background-color css
<style>
a { background-color: #94C0BA; }
a { background-color: rgb(148,192,186); }
div.DivClassName
{
background-color: #94C0BA;
}
.BgClassName
{
background-color: #94C0BA;
}
</style>
border-color css
<style>
span { border-color: #94C0BA; }
span { border-color: rgb(148,192,186); }
td.TdClassName
{
border-color: #94C0BA;
}
.TagClassName
{
border-color: #94C0BA;
}
</style>