Shades of Shadow Green #94BCAF
Tints of Shadow Green #94BCAF
RGB
CMYK
RGB Variations
Color information
#94BCAF (or 0x94BCAF) is known color: Shadow Green. HEX triplet: 94, BC and AF. RGB value is (148,188,175). Sum of RGB (Red+Green+Blue) = 148+188+175=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #94BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BCAF is #6B4350. Grayscale: #AEAEAE. Windows color (decimal): -7029585 or 11517076. OLE color: 11517076.
HSL color Cylindrical-coordinate representation of color #94BCAF: hue angle of 160.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94BCAF is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 188 | 175 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.26 |
| HSL | 160.5º | 0.23% | 0.66% | - |
| HSV(B) | 160.5º | 0.21% | 0.74% | - |
| XYZ | 37.93 | 45.36 | 47.31 | - |
| YUV | 174.56 | 128.25 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 175 | 0.21 | 0 | 0.07 | 0.26 | 160.5 | 0.23 | 0.66 |
| Hex | 94 | BC | AF | 15 | 0 | 7 | 1A | A0 | 17 | 42 |
| Octal | 224 | 274 | 257 | 25 | 0 | 7 | 32 | 240 | 27 | 102 |
| Binary | 10010100 | 10111100 | 10101111 | 10101 | 0 | 111 | 11010 | 10100000 | 10111 | 1000010 |
Color Harmonies of #94BCAF
Complementary color
Monochromatic Colors of #94BCAF
Black with #94BCAF
Text Example
Text Example
White with #94BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCAF; }
p { color: rgb(148,188,175); }
H1.HeaderClassName
{
color: #94BCAF;
}
.AnyTagClassName
{
color: #94BCAF;
}
</style>
background-color css
<style>
a { background-color: #94BCAF; }
a { background-color: rgb(148,188,175); }
div.DivClassName
{
background-color: #94BCAF;
}
.BgClassName
{
background-color: #94BCAF;
}
</style>
border-color css
<style>
span { border-color: #94BCAF; }
span { border-color: rgb(148,188,175); }
td.TdClassName
{
border-color: #94BCAF;
}
.TagClassName
{
border-color: #94BCAF;
}
</style>