Shades of Shadow Green #94BDB7
Tints of Shadow Green #94BDB7
RGB
CMYK
RGB Variations
Color information
#94BDB7 (or 0x94BDB7) is known color: Shadow Green. HEX triplet: 94, BD and B7. RGB value is (148,189,183). Sum of RGB (Red+Green+Blue) = 148+189+183=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #94BDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BDB7 is #6B4248. Grayscale: #B0B0B0. Windows color (decimal): -7029321 or 12041620. OLE color: 12041620.
HSL color Cylindrical-coordinate representation of color #94BDB7: hue angle of 171.22º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94BDB7 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 183 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.26 |
| HSL | 171.22º | 0.24% | 0.66% | - |
| HSV(B) | 171.22º | 0.22% | 0.74% | - |
| XYZ | 38.96 | 46.11 | 51.65 | - |
| YUV | 176.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 183 | 0.22 | 0 | 0.03 | 0.26 | 171.22 | 0.24 | 0.66 |
| Hex | 94 | BD | B7 | 16 | 0 | 3 | 1A | AB | 18 | 42 |
| Octal | 224 | 275 | 267 | 26 | 0 | 3 | 32 | 253 | 30 | 102 |
| Binary | 10010100 | 10111101 | 10110111 | 10110 | 0 | 11 | 11010 | 10101011 | 11000 | 1000010 |
Color Harmonies of #94BDB7
Complementary color
Monochromatic Colors of #94BDB7
Black with #94BDB7
Text Example
Text Example
White with #94BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BDB7; }
p { color: rgb(148,189,183); }
H1.HeaderClassName
{
color: #94BDB7;
}
.AnyTagClassName
{
color: #94BDB7;
}
</style>
background-color css
<style>
a { background-color: #94BDB7; }
a { background-color: rgb(148,189,183); }
div.DivClassName
{
background-color: #94BDB7;
}
.BgClassName
{
background-color: #94BDB7;
}
</style>
border-color css
<style>
span { border-color: #94BDB7; }
span { border-color: rgb(148,189,183); }
td.TdClassName
{
border-color: #94BDB7;
}
.TagClassName
{
border-color: #94BDB7;
}
</style>