Shades of Shadow Green #94C9BD
Tints of Shadow Green #94C9BD
RGB
CMYK
RGB Variations
Color information
#94C9BD (or 0x94C9BD) is known color: Shadow Green. HEX triplet: 94, C9 and BD. RGB value is (148,201,189). Sum of RGB (Red+Green+Blue) = 148+201+189=538 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.51% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #94C9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C9BD is #6B3642. Grayscale: #B7B7B7. Windows color (decimal): -7026243 or 12437908. OLE color: 12437908.
HSL color Cylindrical-coordinate representation of color #94C9BD: hue angle of 166.42º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C9BD is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 201 | 189 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.21 |
| HSL | 166.42º | 0.33% | 0.68% | - |
| HSV(B) | 166.42º | 0.26% | 0.79% | - |
| XYZ | 42.28 | 51.74 | 55.9 | - |
| YUV | 183.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 201 | 189 | 0.26 | 0 | 0.06 | 0.21 | 166.42 | 0.33 | 0.68 |
| Hex | 94 | C9 | BD | 1A | 0 | 6 | 15 | A6 | 21 | 44 |
| Octal | 224 | 311 | 275 | 32 | 0 | 6 | 25 | 246 | 41 | 104 |
| Binary | 10010100 | 11001001 | 10111101 | 11010 | 0 | 110 | 10101 | 10100110 | 100001 | 1000100 |
Color Harmonies of #94C9BD
Complementary color
Monochromatic Colors of #94C9BD
Black with #94C9BD
Text Example
Text Example
White with #94C9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C9BD; }
p { color: rgb(148,201,189); }
H1.HeaderClassName
{
color: #94C9BD;
}
.AnyTagClassName
{
color: #94C9BD;
}
</style>
background-color css
<style>
a { background-color: #94C9BD; }
a { background-color: rgb(148,201,189); }
div.DivClassName
{
background-color: #94C9BD;
}
.BgClassName
{
background-color: #94C9BD;
}
</style>
border-color css
<style>
span { border-color: #94C9BD; }
span { border-color: rgb(148,201,189); }
td.TdClassName
{
border-color: #94C9BD;
}
.TagClassName
{
border-color: #94C9BD;
}
</style>