Shades of Shadow Green #94BFB3
Tints of Shadow Green #94BFB3
RGB
CMYK
RGB Variations
Color information
#94BFB3 (or 0x94BFB3) is known color: Shadow Green. HEX triplet: 94, BF and B3. RGB value is (148,191,179). Sum of RGB (Red+Green+Blue) = 148+191+179=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #94BFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFB3 is #6B404C. Grayscale: #B0B0B0. Windows color (decimal): -7028813 or 11779988. OLE color: 11779988.
HSL color Cylindrical-coordinate representation of color #94BFB3: hue angle of 163.26º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94BFB3 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 191 | 179 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.25 |
| HSL | 163.26º | 0.25% | 0.66% | - |
| HSV(B) | 163.26º | 0.23% | 0.75% | - |
| XYZ | 38.98 | 46.81 | 49.63 | - |
| YUV | 176.78 | 129.25 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 179 | 0.23 | 0 | 0.06 | 0.25 | 163.26 | 0.25 | 0.66 |
| Hex | 94 | BF | B3 | 17 | 0 | 6 | 19 | A3 | 19 | 42 |
| Octal | 224 | 277 | 263 | 27 | 0 | 6 | 31 | 243 | 31 | 102 |
| Binary | 10010100 | 10111111 | 10110011 | 10111 | 0 | 110 | 11001 | 10100011 | 11001 | 1000010 |
Color Harmonies of #94BFB3
Complementary color
Monochromatic Colors of #94BFB3
Black with #94BFB3
Text Example
Text Example
White with #94BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFB3; }
p { color: rgb(148,191,179); }
H1.HeaderClassName
{
color: #94BFB3;
}
.AnyTagClassName
{
color: #94BFB3;
}
</style>
background-color css
<style>
a { background-color: #94BFB3; }
a { background-color: rgb(148,191,179); }
div.DivClassName
{
background-color: #94BFB3;
}
.BgClassName
{
background-color: #94BFB3;
}
</style>
border-color css
<style>
span { border-color: #94BFB3; }
span { border-color: rgb(148,191,179); }
td.TdClassName
{
border-color: #94BFB3;
}
.TagClassName
{
border-color: #94BFB3;
}
</style>