Shades of Shadow Green #94C5B7
Tints of Shadow Green #94C5B7
RGB
CMYK
RGB Variations
Color information
#94C5B7 (or 0x94C5B7) is known color: Shadow Green. HEX triplet: 94, C5 and B7. RGB value is (148,197,183). Sum of RGB (Red+Green+Blue) = 148+197+183=528 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.03% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 183 (71.88% from 255 or 34.66% from 528); Max value from RGB is 197 - color contains mainly: green. Hex color #94C5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C5B7 is #6B3A48. Grayscale: #B4B4B4. Windows color (decimal): -7027273 or 12043668. OLE color: 12043668.
HSL color Cylindrical-coordinate representation of color #94C5B7: hue angle of 162.86º 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 #94C5B7 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 183 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.23 |
| HSL | 162.86º | 0.3% | 0.68% | - |
| HSV(B) | 162.86º | 0.25% | 0.77% | - |
| XYZ | 40.73 | 49.65 | 52.24 | - |
| YUV | 180.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 183 | 0.25 | 0 | 0.07 | 0.23 | 162.86 | 0.3 | 0.68 |
| Hex | 94 | C5 | B7 | 19 | 0 | 7 | 17 | A3 | 1E | 44 |
| Octal | 224 | 305 | 267 | 31 | 0 | 7 | 27 | 243 | 36 | 104 |
| Binary | 10010100 | 11000101 | 10110111 | 11001 | 0 | 111 | 10111 | 10100011 | 11110 | 1000100 |
Color Harmonies of #94C5B7
Complementary color
Monochromatic Colors of #94C5B7
Black with #94C5B7
Text Example
Text Example
White with #94C5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C5B7; }
p { color: rgb(148,197,183); }
H1.HeaderClassName
{
color: #94C5B7;
}
.AnyTagClassName
{
color: #94C5B7;
}
</style>
background-color css
<style>
a { background-color: #94C5B7; }
a { background-color: rgb(148,197,183); }
div.DivClassName
{
background-color: #94C5B7;
}
.BgClassName
{
background-color: #94C5B7;
}
</style>
border-color css
<style>
span { border-color: #94C5B7; }
span { border-color: rgb(148,197,183); }
td.TdClassName
{
border-color: #94C5B7;
}
.TagClassName
{
border-color: #94C5B7;
}
</style>