Shades of Shadow Green #94BCB2
Tints of Shadow Green #94BCB2
RGB
CMYK
RGB Variations
Color information
#94BCB2 (or 0x94BCB2) is known color: Shadow Green. HEX triplet: 94, BC and B2. RGB value is (148,188,178). Sum of RGB (Red+Green+Blue) = 148+188+178=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #94BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BCB2 is #6B434D. Grayscale: #AEAEAE. Windows color (decimal): -7029582 or 11713684. OLE color: 11713684.
HSL color Cylindrical-coordinate representation of color #94BCB2: hue angle of 165º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94BCB2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 188 | 178 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.26 |
| HSL | 165º | 0.23% | 0.66% | - |
| HSV(B) | 165º | 0.21% | 0.74% | - |
| XYZ | 38.23 | 45.48 | 48.88 | - |
| YUV | 174.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 178 | 0.21 | 0 | 0.05 | 0.26 | 165 | 0.23 | 0.66 |
| Hex | 94 | BC | B2 | 15 | 0 | 5 | 1A | A5 | 17 | 42 |
| Octal | 224 | 274 | 262 | 25 | 0 | 5 | 32 | 245 | 27 | 102 |
| Binary | 10010100 | 10111100 | 10110010 | 10101 | 0 | 101 | 11010 | 10100101 | 10111 | 1000010 |
Color Harmonies of #94BCB2
Complementary color
Monochromatic Colors of #94BCB2
Black with #94BCB2
Text Example
Text Example
White with #94BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BCB2; }
p { color: rgb(148,188,178); }
H1.HeaderClassName
{
color: #94BCB2;
}
.AnyTagClassName
{
color: #94BCB2;
}
</style>
background-color css
<style>
a { background-color: #94BCB2; }
a { background-color: rgb(148,188,178); }
div.DivClassName
{
background-color: #94BCB2;
}
.BgClassName
{
background-color: #94BCB2;
}
</style>
border-color css
<style>
span { border-color: #94BCB2; }
span { border-color: rgb(148,188,178); }
td.TdClassName
{
border-color: #94BCB2;
}
.TagClassName
{
border-color: #94BCB2;
}
</style>