Shades of Shadow Green #94C6BF
Tints of Shadow Green #94C6BF
RGB
CMYK
RGB Variations
Color information
#94C6BF (or 0x94C6BF) is known color: Shadow Green. HEX triplet: 94, C6 and BF. RGB value is (148,198,191). Sum of RGB (Red+Green+Blue) = 148+198+191=537 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.56% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #94C6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C6BF is #6B3940. Grayscale: #B6B6B6. Windows color (decimal): -7027009 or 12568212. OLE color: 12568212.
HSL color Cylindrical-coordinate representation of color #94C6BF: hue angle of 171.6º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C6BF is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 198 | 191 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.22 |
| HSL | 171.6º | 0.3% | 0.68% | - |
| HSV(B) | 171.6º | 0.25% | 0.78% | - |
| XYZ | 41.81 | 50.45 | 56.82 | - |
| YUV | 182.25 | 132.94 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 191 | 0.25 | 0 | 0.04 | 0.22 | 171.6 | 0.3 | 0.68 |
| Hex | 94 | C6 | BF | 19 | 0 | 4 | 16 | AC | 1E | 44 |
| Octal | 224 | 306 | 277 | 31 | 0 | 4 | 26 | 254 | 36 | 104 |
| Binary | 10010100 | 11000110 | 10111111 | 11001 | 0 | 100 | 10110 | 10101100 | 11110 | 1000100 |
Color Harmonies of #94C6BF
Complementary color
Monochromatic Colors of #94C6BF
Black with #94C6BF
Text Example
Text Example
White with #94C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C6BF; }
p { color: rgb(148,198,191); }
H1.HeaderClassName
{
color: #94C6BF;
}
.AnyTagClassName
{
color: #94C6BF;
}
</style>
background-color css
<style>
a { background-color: #94C6BF; }
a { background-color: rgb(148,198,191); }
div.DivClassName
{
background-color: #94C6BF;
}
.BgClassName
{
background-color: #94C6BF;
}
</style>
border-color css
<style>
span { border-color: #94C6BF; }
span { border-color: rgb(148,198,191); }
td.TdClassName
{
border-color: #94C6BF;
}
.TagClassName
{
border-color: #94C6BF;
}
</style>