Shades of Shadow Green #95C5BF
Tints of Shadow Green #95C5BF
RGB
CMYK
RGB Variations
Color information
#95C5BF (or 0x95C5BF) is known color: Shadow Green. HEX triplet: 95, C5 and BF. RGB value is (149,197,191). Sum of RGB (Red+Green+Blue) = 149+197+191=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #95C5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C5BF is #6A3A40. Grayscale: #B5B5B5. Windows color (decimal): -6961729 or 12567957. OLE color: 12567957.
HSL color Cylindrical-coordinate representation of color #95C5BF: hue angle of 172.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C5BF is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 191 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.23 |
| HSL | 172.5º | 0.29% | 0.68% | - |
| HSV(B) | 172.5º | 0.24% | 0.77% | - |
| XYZ | 41.76 | 50.08 | 56.76 | - |
| YUV | 181.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 191 | 0.24 | 0 | 0.03 | 0.23 | 172.5 | 0.29 | 0.68 |
| Hex | 95 | C5 | BF | 18 | 0 | 3 | 17 | AC | 1D | 44 |
| Octal | 225 | 305 | 277 | 30 | 0 | 3 | 27 | 254 | 35 | 104 |
| Binary | 10010101 | 11000101 | 10111111 | 11000 | 0 | 11 | 10111 | 10101100 | 11101 | 1000100 |
Color Harmonies of #95C5BF
Complementary color
Monochromatic Colors of #95C5BF
Black with #95C5BF
Text Example
Text Example
White with #95C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C5BF; }
p { color: rgb(149,197,191); }
H1.HeaderClassName
{
color: #95C5BF;
}
.AnyTagClassName
{
color: #95C5BF;
}
</style>
background-color css
<style>
a { background-color: #95C5BF; }
a { background-color: rgb(149,197,191); }
div.DivClassName
{
background-color: #95C5BF;
}
.BgClassName
{
background-color: #95C5BF;
}
</style>
border-color css
<style>
span { border-color: #95C5BF; }
span { border-color: rgb(149,197,191); }
td.TdClassName
{
border-color: #95C5BF;
}
.TagClassName
{
border-color: #95C5BF;
}
</style>