Shades of Shadow Green #94BFB4
Tints of Shadow Green #94BFB4
RGB
CMYK
RGB Variations
Color information
#94BFB4 (or 0x94BFB4) is known color: Shadow Green. HEX triplet: 94, BF and B4. RGB value is (148,191,180). Sum of RGB (Red+Green+Blue) = 148+191+180=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #94BFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFB4 is #6B404B. Grayscale: #B0B0B0. Windows color (decimal): -7028812 or 11845524. OLE color: 11845524.
HSL color Cylindrical-coordinate representation of color #94BFB4: hue angle of 164.65º 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 #94BFB4 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 191 | 180 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.25 |
| HSL | 164.65º | 0.25% | 0.66% | - |
| HSV(B) | 164.65º | 0.23% | 0.75% | - |
| XYZ | 39.08 | 46.85 | 50.16 | - |
| YUV | 176.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 180 | 0.23 | 0 | 0.06 | 0.25 | 164.65 | 0.25 | 0.66 |
| Hex | 94 | BF | B4 | 17 | 0 | 6 | 19 | A5 | 19 | 42 |
| Octal | 224 | 277 | 264 | 27 | 0 | 6 | 31 | 245 | 31 | 102 |
| Binary | 10010100 | 10111111 | 10110100 | 10111 | 0 | 110 | 11001 | 10100101 | 11001 | 1000010 |
Color Harmonies of #94BFB4
Complementary color
Monochromatic Colors of #94BFB4
Black with #94BFB4
Text Example
Text Example
White with #94BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFB4; }
p { color: rgb(148,191,180); }
H1.HeaderClassName
{
color: #94BFB4;
}
.AnyTagClassName
{
color: #94BFB4;
}
</style>
background-color css
<style>
a { background-color: #94BFB4; }
a { background-color: rgb(148,191,180); }
div.DivClassName
{
background-color: #94BFB4;
}
.BgClassName
{
background-color: #94BFB4;
}
</style>
border-color css
<style>
span { border-color: #94BFB4; }
span { border-color: rgb(148,191,180); }
td.TdClassName
{
border-color: #94BFB4;
}
.TagClassName
{
border-color: #94BFB4;
}
</style>