Shades of Shadow Green #94BFBE
Tints of Shadow Green #94BFBE
RGB
CMYK
RGB Variations
Color information
#94BFBE (or 0x94BFBE) is known color: Shadow Green. HEX triplet: 94, BF and BE. RGB value is (148,191,190). Sum of RGB (Red+Green+Blue) = 148+191+190=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #94BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFBE is #6B4041. Grayscale: #B1B1B1. Windows color (decimal): -7028802 or 12500884. OLE color: 12500884.
HSL color Cylindrical-coordinate representation of color #94BFBE: hue angle of 178.6º 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 #94BFBE is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 191 | 190 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.25 |
| HSL | 178.6º | 0.25% | 0.66% | - |
| HSV(B) | 178.6º | 0.23% | 0.75% | - |
| XYZ | 40.14 | 47.28 | 55.72 | - |
| YUV | 178.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 190 | 0.23 | 0 | 0.01 | 0.25 | 178.6 | 0.25 | 0.66 |
| Hex | 94 | BF | BE | 17 | 0 | 1 | 19 | B3 | 19 | 42 |
| Octal | 224 | 277 | 276 | 27 | 0 | 1 | 31 | 263 | 31 | 102 |
| Binary | 10010100 | 10111111 | 10111110 | 10111 | 0 | 1 | 11001 | 10110011 | 11001 | 1000010 |
Color Harmonies of #94BFBE
Complementary color
Monochromatic Colors of #94BFBE
Black with #94BFBE
Text Example
Text Example
White with #94BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFBE; }
p { color: rgb(148,191,190); }
H1.HeaderClassName
{
color: #94BFBE;
}
.AnyTagClassName
{
color: #94BFBE;
}
</style>
background-color css
<style>
a { background-color: #94BFBE; }
a { background-color: rgb(148,191,190); }
div.DivClassName
{
background-color: #94BFBE;
}
.BgClassName
{
background-color: #94BFBE;
}
</style>
border-color css
<style>
span { border-color: #94BFBE; }
span { border-color: rgb(148,191,190); }
td.TdClassName
{
border-color: #94BFBE;
}
.TagClassName
{
border-color: #94BFBE;
}
</style>