Shades of Shadow Green #94BFBB
Tints of Shadow Green #94BFBB
RGB
CMYK
RGB Variations
Color information
#94BFBB (or 0x94BFBB) is known color: Shadow Green. HEX triplet: 94, BF and BB. RGB value is (148,191,187). Sum of RGB (Red+Green+Blue) = 148+191+187=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #94BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFBB is #6B4044. Grayscale: #B1B1B1. Windows color (decimal): -7028805 or 12304276. OLE color: 12304276.
HSL color Cylindrical-coordinate representation of color #94BFBB: hue angle of 174.42º 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 #94BFBB is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 191 | 187 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.25 |
| HSL | 174.42º | 0.25% | 0.66% | - |
| HSV(B) | 174.42º | 0.23% | 0.75% | - |
| XYZ | 39.81 | 47.15 | 54.02 | - |
| YUV | 177.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 187 | 0.23 | 0 | 0.02 | 0.25 | 174.42 | 0.25 | 0.66 |
| Hex | 94 | BF | BB | 17 | 0 | 2 | 19 | AE | 19 | 42 |
| Octal | 224 | 277 | 273 | 27 | 0 | 2 | 31 | 256 | 31 | 102 |
| Binary | 10010100 | 10111111 | 10111011 | 10111 | 0 | 10 | 11001 | 10101110 | 11001 | 1000010 |
Color Harmonies of #94BFBB
Complementary color
Monochromatic Colors of #94BFBB
Black with #94BFBB
Text Example
Text Example
White with #94BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFBB; }
p { color: rgb(148,191,187); }
H1.HeaderClassName
{
color: #94BFBB;
}
.AnyTagClassName
{
color: #94BFBB;
}
</style>
background-color css
<style>
a { background-color: #94BFBB; }
a { background-color: rgb(148,191,187); }
div.DivClassName
{
background-color: #94BFBB;
}
.BgClassName
{
background-color: #94BFBB;
}
</style>
border-color css
<style>
span { border-color: #94BFBB; }
span { border-color: rgb(148,191,187); }
td.TdClassName
{
border-color: #94BFBB;
}
.TagClassName
{
border-color: #94BFBB;
}
</style>