Shades of Shadow Green #94C0B0
Tints of Shadow Green #94C0B0
RGB
CMYK
RGB Variations
Color information
#94C0B0 (or 0x94C0B0) is known color: Shadow Green. HEX triplet: 94, C0 and B0. RGB value is (148,192,176). Sum of RGB (Red+Green+Blue) = 148+192+176=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #94C0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C0B0 is #6B3F4F. Grayscale: #B1B1B1. Windows color (decimal): -7028560 or 11583636. OLE color: 11583636.
HSL color Cylindrical-coordinate representation of color #94C0B0: hue angle of 158.18º 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 #94C0B0 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 176 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.25 |
| HSL | 158.18º | 0.26% | 0.67% | - |
| HSV(B) | 158.18º | 0.23% | 0.75% | - |
| XYZ | 38.9 | 47.13 | 48.12 | - |
| YUV | 177.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 176 | 0.23 | 0 | 0.08 | 0.25 | 158.18 | 0.26 | 0.67 |
| Hex | 94 | C0 | B0 | 17 | 0 | 8 | 19 | 9E | 1A | 43 |
| Octal | 224 | 300 | 260 | 27 | 0 | 10 | 31 | 236 | 32 | 103 |
| Binary | 10010100 | 11000000 | 10110000 | 10111 | 0 | 1000 | 11001 | 10011110 | 11010 | 1000011 |
Color Harmonies of #94C0B0
Complementary color
Monochromatic Colors of #94C0B0
Black with #94C0B0
Text Example
Text Example
White with #94C0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C0B0; }
p { color: rgb(148,192,176); }
H1.HeaderClassName
{
color: #94C0B0;
}
.AnyTagClassName
{
color: #94C0B0;
}
</style>
background-color css
<style>
a { background-color: #94C0B0; }
a { background-color: rgb(148,192,176); }
div.DivClassName
{
background-color: #94C0B0;
}
.BgClassName
{
background-color: #94C0B0;
}
</style>
border-color css
<style>
span { border-color: #94C0B0; }
span { border-color: rgb(148,192,176); }
td.TdClassName
{
border-color: #94C0B0;
}
.TagClassName
{
border-color: #94C0B0;
}
</style>