Shades of Shadow Green #94BFC0
Tints of Shadow Green #94BFC0
RGB
CMYK
RGB Variations
Color information
#94BFC0 (or 0x94BFC0) is known color: Shadow Green. HEX triplet: 94, BF and C0. RGB value is (148,191,192). Sum of RGB (Red+Green+Blue) = 148+191+192=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #94BFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFC0 is #6B403F. Grayscale: #B2B2B2. Windows color (decimal): -7028800 or 12631956. OLE color: 12631956.
HSL color Cylindrical-coordinate representation of color #94BFC0: hue angle of 181.36º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94BFC0 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 191 | 192 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.25 |
| HSL | 181.36º | 0.26% | 0.67% | - |
| HSV(B) | 181.36º | 0.23% | 0.75% | - |
| XYZ | 40.36 | 47.36 | 56.88 | - |
| YUV | 178.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 192 | 0.23 | 0.01 | 0 | 0.25 | 181.36 | 0.26 | 0.67 |
| Hex | 94 | BF | C0 | 17 | 1 | 0 | 19 | B5 | 1A | 43 |
| Octal | 224 | 277 | 300 | 27 | 1 | 0 | 31 | 265 | 32 | 103 |
| Binary | 10010100 | 10111111 | 11000000 | 10111 | 1 | 0 | 11001 | 10110101 | 11010 | 1000011 |
Color Harmonies of #94BFC0
Complementary color
Monochromatic Colors of #94BFC0
Black with #94BFC0
Text Example
Text Example
White with #94BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFC0; }
p { color: rgb(148,191,192); }
H1.HeaderClassName
{
color: #94BFC0;
}
.AnyTagClassName
{
color: #94BFC0;
}
</style>
background-color css
<style>
a { background-color: #94BFC0; }
a { background-color: rgb(148,191,192); }
div.DivClassName
{
background-color: #94BFC0;
}
.BgClassName
{
background-color: #94BFC0;
}
</style>
border-color css
<style>
span { border-color: #94BFC0; }
span { border-color: rgb(148,191,192); }
td.TdClassName
{
border-color: #94BFC0;
}
.TagClassName
{
border-color: #94BFC0;
}
</style>