Shades of Shadow Green #95C4BE
Tints of Shadow Green #95C4BE
RGB
CMYK
RGB Variations
Color information
#95C4BE (or 0x95C4BE) is known color: Shadow Green. HEX triplet: 95, C4 and BE. RGB value is (149,196,190). Sum of RGB (Red+Green+Blue) = 149+196+190=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #95C4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C4BE is #6A3B41. Grayscale: #B5B5B5. Windows color (decimal): -6961986 or 12502165. OLE color: 12502165.
HSL color Cylindrical-coordinate representation of color #95C4BE: hue angle of 172.34º degrees, saturation: 0.28, 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 #95C4BE is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 196 | 190 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.23 |
| HSL | 172.34º | 0.28% | 0.68% | - |
| HSV(B) | 172.34º | 0.24% | 0.77% | - |
| XYZ | 41.43 | 49.59 | 56.1 | - |
| YUV | 181.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 196 | 190 | 0.24 | 0 | 0.03 | 0.23 | 172.34 | 0.28 | 0.68 |
| Hex | 95 | C4 | BE | 18 | 0 | 3 | 17 | AC | 1C | 44 |
| Octal | 225 | 304 | 276 | 30 | 0 | 3 | 27 | 254 | 34 | 104 |
| Binary | 10010101 | 11000100 | 10111110 | 11000 | 0 | 11 | 10111 | 10101100 | 11100 | 1000100 |
Color Harmonies of #95C4BE
Complementary color
Monochromatic Colors of #95C4BE
Black with #95C4BE
Text Example
Text Example
White with #95C4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C4BE; }
p { color: rgb(149,196,190); }
H1.HeaderClassName
{
color: #95C4BE;
}
.AnyTagClassName
{
color: #95C4BE;
}
</style>
background-color css
<style>
a { background-color: #95C4BE; }
a { background-color: rgb(149,196,190); }
div.DivClassName
{
background-color: #95C4BE;
}
.BgClassName
{
background-color: #95C4BE;
}
</style>
border-color css
<style>
span { border-color: #95C4BE; }
span { border-color: rgb(149,196,190); }
td.TdClassName
{
border-color: #95C4BE;
}
.TagClassName
{
border-color: #95C4BE;
}
</style>