Shades of Shadow Green #94C2B5
Tints of Shadow Green #94C2B5
RGB
CMYK
RGB Variations
Color information
#94C2B5 (or 0x94C2B5) is known color: Shadow Green. HEX triplet: 94, C2 and B5. RGB value is (148,194,181). Sum of RGB (Red+Green+Blue) = 148+194+181=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 194 - color contains mainly: green. Hex color #94C2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C2B5 is #6B3D4A. Grayscale: #B2B2B2. Windows color (decimal): -7028043 or 11911828. OLE color: 11911828.
HSL color Cylindrical-coordinate representation of color #94C2B5: hue angle of 163.04º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94C2B5 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 148 | 194 | 181 | - |
CMYK | 0.24 | 0 | 0.07 | 0.24 |
HSL | 163.04º | 0.27% | 0.67% | - |
HSV(B) | 163.04º | 0.24% | 0.76% | - |
XYZ | 39.85 | 48.22 | 50.92 | - |
YUV | 178.76 | 129.26 | 106.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 148 | 194 | 181 | 0.24 | 0 | 0.07 | 0.24 | 163.04 | 0.27 | 0.67 |
Hex | 94 | C2 | B5 | 18 | 0 | 7 | 18 | A3 | 1B | 43 |
Octal | 224 | 302 | 265 | 30 | 0 | 7 | 30 | 243 | 33 | 103 |
Binary | 10010100 | 11000010 | 10110101 | 11000 | 0 | 111 | 11000 | 10100011 | 11011 | 1000011 |
Color Harmonies of #94C2B5
Complementary color
Monochromatic Colors of #94C2B5
Black with #94C2B5
Text Example
Text Example
White with #94C2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C2B5; }
p { color: rgb(148,194,181); }
H1.HeaderClassName
{
color: #94C2B5;
}
.AnyTagClassName
{
color: #94C2B5;
}
</style>
background-color css
<style>
a { background-color: #94C2B5; }
a { background-color: rgb(148,194,181); }
div.DivClassName
{
background-color: #94C2B5;
}
.BgClassName
{
background-color: #94C2B5;
}
</style>
border-color css
<style>
span { border-color: #94C2B5; }
span { border-color: rgb(148,194,181); }
td.TdClassName
{
border-color: #94C2B5;
}
.TagClassName
{
border-color: #94C2B5;
}
</style>