Shades of Shadow Green #94C9BC
Tints of Shadow Green #94C9BC
RGB
CMYK
RGB Variations
Color information
#94C9BC (or 0x94C9BC) is known color: Shadow Green. HEX triplet: 94, C9 and BC. RGB value is (148,201,188). Sum of RGB (Red+Green+Blue) = 148+201+188=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 201 - color contains mainly: green. Hex color #94C9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C9BC is #6B3643. Grayscale: #B7B7B7. Windows color (decimal): -7026244 or 12372372. OLE color: 12372372.
HSL color Cylindrical-coordinate representation of color #94C9BC: hue angle of 165.28º 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 #94C9BC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 201 | 188 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.21 |
| HSL | 165.28º | 0.33% | 0.68% | - |
| HSV(B) | 165.28º | 0.26% | 0.79% | - |
| XYZ | 42.18 | 51.7 | 55.33 | - |
| YUV | 183.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 201 | 188 | 0.26 | 0 | 0.06 | 0.21 | 165.28 | 0.33 | 0.68 |
| Hex | 94 | C9 | BC | 1A | 0 | 6 | 15 | A5 | 21 | 44 |
| Octal | 224 | 311 | 274 | 32 | 0 | 6 | 25 | 245 | 41 | 104 |
| Binary | 10010100 | 11001001 | 10111100 | 11010 | 0 | 110 | 10101 | 10100101 | 100001 | 1000100 |
Color Harmonies of #94C9BC
Complementary color
Monochromatic Colors of #94C9BC
Black with #94C9BC
Text Example
Text Example
White with #94C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C9BC; }
p { color: rgb(148,201,188); }
H1.HeaderClassName
{
color: #94C9BC;
}
.AnyTagClassName
{
color: #94C9BC;
}
</style>
background-color css
<style>
a { background-color: #94C9BC; }
a { background-color: rgb(148,201,188); }
div.DivClassName
{
background-color: #94C9BC;
}
.BgClassName
{
background-color: #94C9BC;
}
</style>
border-color css
<style>
span { border-color: #94C9BC; }
span { border-color: rgb(148,201,188); }
td.TdClassName
{
border-color: #94C9BC;
}
.TagClassName
{
border-color: #94C9BC;
}
</style>