Shades of Shadow Green #94BEB3
Tints of Shadow Green #94BEB3
RGB
CMYK
RGB Variations
Color information
#94BEB3 (or 0x94BEB3) is known color: Shadow Green. HEX triplet: 94, BE and B3. RGB value is (148,190,179). Sum of RGB (Red+Green+Blue) = 148+190+179=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #94BEB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEB3 is #6B414C. Grayscale: #B0B0B0. Windows color (decimal): -7029069 or 11779732. OLE color: 11779732.
HSL color Cylindrical-coordinate representation of color #94BEB3: hue angle of 164.29º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94BEB3 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 190 | 179 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.25 |
| HSL | 164.29º | 0.24% | 0.66% | - |
| HSV(B) | 164.29º | 0.22% | 0.75% | - |
| XYZ | 38.76 | 46.38 | 49.56 | - |
| YUV | 176.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 190 | 179 | 0.22 | 0 | 0.06 | 0.25 | 164.29 | 0.24 | 0.66 |
| Hex | 94 | BE | B3 | 16 | 0 | 6 | 19 | A4 | 18 | 42 |
| Octal | 224 | 276 | 263 | 26 | 0 | 6 | 31 | 244 | 30 | 102 |
| Binary | 10010100 | 10111110 | 10110011 | 10110 | 0 | 110 | 11001 | 10100100 | 11000 | 1000010 |
Color Harmonies of #94BEB3
Complementary color
Monochromatic Colors of #94BEB3
Black with #94BEB3
Text Example
Text Example
White with #94BEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BEB3; }
p { color: rgb(148,190,179); }
H1.HeaderClassName
{
color: #94BEB3;
}
.AnyTagClassName
{
color: #94BEB3;
}
</style>
background-color css
<style>
a { background-color: #94BEB3; }
a { background-color: rgb(148,190,179); }
div.DivClassName
{
background-color: #94BEB3;
}
.BgClassName
{
background-color: #94BEB3;
}
</style>
border-color css
<style>
span { border-color: #94BEB3; }
span { border-color: rgb(148,190,179); }
td.TdClassName
{
border-color: #94BEB3;
}
.TagClassName
{
border-color: #94BEB3;
}
</style>