Shades of Shadow Green #94C5BD
Tints of Shadow Green #94C5BD
RGB
CMYK
RGB Variations
Color information
#94C5BD (or 0x94C5BD) is known color: Shadow Green. HEX triplet: 94, C5 and BD. RGB value is (148,197,189). Sum of RGB (Red+Green+Blue) = 148+197+189=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 197 - color contains mainly: green. Hex color #94C5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C5BD is #6B3A42. Grayscale: #B5B5B5. Windows color (decimal): -7027267 or 12436884. OLE color: 12436884.
HSL color Cylindrical-coordinate representation of color #94C5BD: hue angle of 170.2º 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 #94C5BD is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 189 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.23 |
| HSL | 170.2º | 0.3% | 0.68% | - |
| HSV(B) | 170.2º | 0.25% | 0.77% | - |
| XYZ | 41.36 | 49.9 | 55.6 | - |
| YUV | 181.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 189 | 0.25 | 0 | 0.04 | 0.23 | 170.2 | 0.3 | 0.68 |
| Hex | 94 | C5 | BD | 19 | 0 | 4 | 17 | AA | 1E | 44 |
| Octal | 224 | 305 | 275 | 31 | 0 | 4 | 27 | 252 | 36 | 104 |
| Binary | 10010100 | 11000101 | 10111101 | 11001 | 0 | 100 | 10111 | 10101010 | 11110 | 1000100 |
Color Harmonies of #94C5BD
Complementary color
Monochromatic Colors of #94C5BD
Black with #94C5BD
Text Example
Text Example
White with #94C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C5BD; }
p { color: rgb(148,197,189); }
H1.HeaderClassName
{
color: #94C5BD;
}
.AnyTagClassName
{
color: #94C5BD;
}
</style>
background-color css
<style>
a { background-color: #94C5BD; }
a { background-color: rgb(148,197,189); }
div.DivClassName
{
background-color: #94C5BD;
}
.BgClassName
{
background-color: #94C5BD;
}
</style>
border-color css
<style>
span { border-color: #94C5BD; }
span { border-color: rgb(148,197,189); }
td.TdClassName
{
border-color: #94C5BD;
}
.TagClassName
{
border-color: #94C5BD;
}
</style>