Shades of Shadow Green #94BFBA
Tints of Shadow Green #94BFBA
RGB
CMYK
RGB Variations
Color information
#94BFBA (or 0x94BFBA) is known color: Shadow Green. HEX triplet: 94, BF and BA. RGB value is (148,191,186). Sum of RGB (Red+Green+Blue) = 148+191+186=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #94BFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFBA is #6B4045. Grayscale: #B1B1B1. Windows color (decimal): -7028806 or 12238740. OLE color: 12238740.
HSL color Cylindrical-coordinate representation of color #94BFBA: hue angle of 173.02º 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 #94BFBA is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 191 | 186 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.25 |
| HSL | 173.02º | 0.25% | 0.66% | - |
| HSV(B) | 173.02º | 0.23% | 0.75% | - |
| XYZ | 39.71 | 47.1 | 53.45 | - |
| YUV | 177.57 | 132.75 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 186 | 0.23 | 0 | 0.03 | 0.25 | 173.02 | 0.25 | 0.66 |
| Hex | 94 | BF | BA | 17 | 0 | 3 | 19 | AD | 19 | 42 |
| Octal | 224 | 277 | 272 | 27 | 0 | 3 | 31 | 255 | 31 | 102 |
| Binary | 10010100 | 10111111 | 10111010 | 10111 | 0 | 11 | 11001 | 10101101 | 11001 | 1000010 |
Color Harmonies of #94BFBA
Complementary color
Monochromatic Colors of #94BFBA
Black with #94BFBA
Text Example
Text Example
White with #94BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFBA; }
p { color: rgb(148,191,186); }
H1.HeaderClassName
{
color: #94BFBA;
}
.AnyTagClassName
{
color: #94BFBA;
}
</style>
background-color css
<style>
a { background-color: #94BFBA; }
a { background-color: rgb(148,191,186); }
div.DivClassName
{
background-color: #94BFBA;
}
.BgClassName
{
background-color: #94BFBA;
}
</style>
border-color css
<style>
span { border-color: #94BFBA; }
span { border-color: rgb(148,191,186); }
td.TdClassName
{
border-color: #94BFBA;
}
.TagClassName
{
border-color: #94BFBA;
}
</style>