Shades of Shadow Green #94B8AF
Tints of Shadow Green #94B8AF
RGB
CMYK
RGB Variations
Color information
#94B8AF (or 0x94B8AF) is known color: Shadow Green. HEX triplet: 94, B8 and AF. RGB value is (148,184,175). Sum of RGB (Red+Green+Blue) = 148+184+175=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 184 - color contains mainly: green. Hex color #94B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B8AF is #6B4750. Grayscale: #ACACAC. Windows color (decimal): -7030609 or 11516052. OLE color: 11516052.
HSL color Cylindrical-coordinate representation of color #94B8AF: hue angle of 165º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B8AF is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 184 | 175 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.28 |
| HSL | 165º | 0.2% | 0.65% | - |
| HSV(B) | 165º | 0.2% | 0.72% | - |
| XYZ | 37.09 | 43.67 | 47.03 | - |
| YUV | 172.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 175 | 0.20 | 0 | 0.05 | 0.28 | 165 | 0.2 | 0.65 |
| Hex | 94 | B8 | AF | 14 | 0 | 5 | 1C | A5 | 14 | 41 |
| Octal | 224 | 270 | 257 | 24 | 0 | 5 | 34 | 245 | 24 | 101 |
| Binary | 10010100 | 10111000 | 10101111 | 10100 | 0 | 101 | 11100 | 10100101 | 10100 | 1000001 |
Color Harmonies of #94B8AF
Complementary color
Monochromatic Colors of #94B8AF
Black with #94B8AF
Text Example
Text Example
White with #94B8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B8AF; }
p { color: rgb(148,184,175); }
H1.HeaderClassName
{
color: #94B8AF;
}
.AnyTagClassName
{
color: #94B8AF;
}
</style>
background-color css
<style>
a { background-color: #94B8AF; }
a { background-color: rgb(148,184,175); }
div.DivClassName
{
background-color: #94B8AF;
}
.BgClassName
{
background-color: #94B8AF;
}
</style>
border-color css
<style>
span { border-color: #94B8AF; }
span { border-color: rgb(148,184,175); }
td.TdClassName
{
border-color: #94B8AF;
}
.TagClassName
{
border-color: #94B8AF;
}
</style>