Shades of Shadow Green #94C2B8
Tints of Shadow Green #94C2B8
RGB
CMYK
RGB Variations
Color information
#94C2B8 (or 0x94C2B8) is known color: Shadow Green. HEX triplet: 94, C2 and B8. RGB value is (148,194,184). Sum of RGB (Red+Green+Blue) = 148+194+184=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 194 - color contains mainly: green. Hex color #94C2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C2B8 is #6B3D47. Grayscale: #B3B3B3. Windows color (decimal): -7028040 or 12108436. OLE color: 12108436.
HSL color Cylindrical-coordinate representation of color #94C2B8: hue angle of 166.96º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C2B8 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 184 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.24 |
| HSL | 166.96º | 0.27% | 0.67% | - |
| HSV(B) | 166.96º | 0.24% | 0.76% | - |
| XYZ | 40.16 | 48.34 | 52.56 | - |
| YUV | 179.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 184 | 0.24 | 0 | 0.05 | 0.24 | 166.96 | 0.27 | 0.67 |
| Hex | 94 | C2 | B8 | 18 | 0 | 5 | 18 | A7 | 1B | 43 |
| Octal | 224 | 302 | 270 | 30 | 0 | 5 | 30 | 247 | 33 | 103 |
| Binary | 10010100 | 11000010 | 10111000 | 11000 | 0 | 101 | 11000 | 10100111 | 11011 | 1000011 |
Color Harmonies of #94C2B8
Complementary color
Monochromatic Colors of #94C2B8
Black with #94C2B8
Text Example
Text Example
White with #94C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C2B8; }
p { color: rgb(148,194,184); }
H1.HeaderClassName
{
color: #94C2B8;
}
.AnyTagClassName
{
color: #94C2B8;
}
</style>
background-color css
<style>
a { background-color: #94C2B8; }
a { background-color: rgb(148,194,184); }
div.DivClassName
{
background-color: #94C2B8;
}
.BgClassName
{
background-color: #94C2B8;
}
</style>
border-color css
<style>
span { border-color: #94C2B8; }
span { border-color: rgb(148,194,184); }
td.TdClassName
{
border-color: #94C2B8;
}
.TagClassName
{
border-color: #94C2B8;
}
</style>