Shades of Shadow Green #94C6BC
Tints of Shadow Green #94C6BC
RGB
CMYK
RGB Variations
Color information
#94C6BC (or 0x94C6BC) is known color: Shadow Green. HEX triplet: 94, C6 and BC. RGB value is (148,198,188). Sum of RGB (Red+Green+Blue) = 148+198+188=534 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.72% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 198 - color contains mainly: green. Hex color #94C6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C6BC is #6B3943. Grayscale: #B5B5B5. Windows color (decimal): -7027012 or 12371604. OLE color: 12371604.
HSL color Cylindrical-coordinate representation of color #94C6BC: hue angle of 168º 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 #94C6BC is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 198 | 188 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.22 |
| HSL | 168º | 0.3% | 0.68% | - |
| HSV(B) | 168º | 0.25% | 0.78% | - |
| XYZ | 41.48 | 50.31 | 55.1 | - |
| YUV | 181.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 198 | 188 | 0.25 | 0 | 0.05 | 0.22 | 168 | 0.3 | 0.68 |
| Hex | 94 | C6 | BC | 19 | 0 | 5 | 16 | A8 | 1E | 44 |
| Octal | 224 | 306 | 274 | 31 | 0 | 5 | 26 | 250 | 36 | 104 |
| Binary | 10010100 | 11000110 | 10111100 | 11001 | 0 | 101 | 10110 | 10101000 | 11110 | 1000100 |
Color Harmonies of #94C6BC
Complementary color
Monochromatic Colors of #94C6BC
Black with #94C6BC
Text Example
Text Example
White with #94C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C6BC; }
p { color: rgb(148,198,188); }
H1.HeaderClassName
{
color: #94C6BC;
}
.AnyTagClassName
{
color: #94C6BC;
}
</style>
background-color css
<style>
a { background-color: #94C6BC; }
a { background-color: rgb(148,198,188); }
div.DivClassName
{
background-color: #94C6BC;
}
.BgClassName
{
background-color: #94C6BC;
}
</style>
border-color css
<style>
span { border-color: #94C6BC; }
span { border-color: rgb(148,198,188); }
td.TdClassName
{
border-color: #94C6BC;
}
.TagClassName
{
border-color: #94C6BC;
}
</style>