Shades of Shadow Green #95BEB6
Tints of Shadow Green #95BEB6
RGB
CMYK
RGB Variations
Color information
#95BEB6 (or 0x95BEB6) is known color: Shadow Green. HEX triplet: 95, BE and B6. RGB value is (149,190,182). Sum of RGB (Red+Green+Blue) = 149+190+182=521 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.60% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #95BEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BEB6 is #6A4149. Grayscale: #B0B0B0. Windows color (decimal): -6963530 or 11976341. OLE color: 11976341.
HSL color Cylindrical-coordinate representation of color #95BEB6: hue angle of 168.29º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95BEB6 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 190 | 182 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.25 |
| HSL | 168.29º | 0.24% | 0.66% | - |
| HSV(B) | 168.29º | 0.22% | 0.75% | - |
| XYZ | 39.25 | 46.59 | 51.18 | - |
| YUV | 176.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 190 | 182 | 0.22 | 0 | 0.04 | 0.25 | 168.29 | 0.24 | 0.66 |
| Hex | 95 | BE | B6 | 16 | 0 | 4 | 19 | A8 | 18 | 42 |
| Octal | 225 | 276 | 266 | 26 | 0 | 4 | 31 | 250 | 30 | 102 |
| Binary | 10010101 | 10111110 | 10110110 | 10110 | 0 | 100 | 11001 | 10101000 | 11000 | 1000010 |
Color Harmonies of #95BEB6
Complementary color
Monochromatic Colors of #95BEB6
Black with #95BEB6
Text Example
Text Example
White with #95BEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BEB6; }
p { color: rgb(149,190,182); }
H1.HeaderClassName
{
color: #95BEB6;
}
.AnyTagClassName
{
color: #95BEB6;
}
</style>
background-color css
<style>
a { background-color: #95BEB6; }
a { background-color: rgb(149,190,182); }
div.DivClassName
{
background-color: #95BEB6;
}
.BgClassName
{
background-color: #95BEB6;
}
</style>
border-color css
<style>
span { border-color: #95BEB6; }
span { border-color: rgb(149,190,182); }
td.TdClassName
{
border-color: #95BEB6;
}
.TagClassName
{
border-color: #95BEB6;
}
</style>