Shades of Shadow Green #94C0B4
Tints of Shadow Green #94C0B4
RGB
CMYK
RGB Variations
Color information
#94C0B4 (or 0x94C0B4) is known color: Shadow Green. HEX triplet: 94, C0 and B4. RGB value is (148,192,180). Sum of RGB (Red+Green+Blue) = 148+192+180=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #94C0B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C0B4 is #6B3F4B. Grayscale: #B1B1B1. Windows color (decimal): -7028556 or 11845780. OLE color: 11845780.
HSL color Cylindrical-coordinate representation of color #94C0B4: hue angle of 163.64º 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 #94C0B4 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 180 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.25 |
| HSL | 163.64º | 0.26% | 0.67% | - |
| HSV(B) | 163.64º | 0.23% | 0.75% | - |
| XYZ | 39.3 | 47.29 | 50.24 | - |
| YUV | 177.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 180 | 0.23 | 0 | 0.06 | 0.25 | 163.64 | 0.26 | 0.67 |
| Hex | 94 | C0 | B4 | 17 | 0 | 6 | 19 | A4 | 1A | 43 |
| Octal | 224 | 300 | 264 | 27 | 0 | 6 | 31 | 244 | 32 | 103 |
| Binary | 10010100 | 11000000 | 10110100 | 10111 | 0 | 110 | 11001 | 10100100 | 11010 | 1000011 |
Color Harmonies of #94C0B4
Complementary color
Monochromatic Colors of #94C0B4
Black with #94C0B4
Text Example
Text Example
White with #94C0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C0B4; }
p { color: rgb(148,192,180); }
H1.HeaderClassName
{
color: #94C0B4;
}
.AnyTagClassName
{
color: #94C0B4;
}
</style>
background-color css
<style>
a { background-color: #94C0B4; }
a { background-color: rgb(148,192,180); }
div.DivClassName
{
background-color: #94C0B4;
}
.BgClassName
{
background-color: #94C0B4;
}
</style>
border-color css
<style>
span { border-color: #94C0B4; }
span { border-color: rgb(148,192,180); }
td.TdClassName
{
border-color: #94C0B4;
}
.TagClassName
{
border-color: #94C0B4;
}
</style>