Shades of Shadow Green #95C0BE
Tints of Shadow Green #95C0BE
RGB
CMYK
RGB Variations
Color information
#95C0BE (or 0x95C0BE) is known color: Shadow Green. HEX triplet: 95, C0 and BE. RGB value is (149,192,190). Sum of RGB (Red+Green+Blue) = 149+192+190=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #95C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C0BE is #6A3F41. Grayscale: #B2B2B2. Windows color (decimal): -6963010 or 12501141. OLE color: 12501141.
HSL color Cylindrical-coordinate representation of color #95C0BE: hue angle of 177.21º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95C0BE is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 190 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.25 |
| HSL | 177.21º | 0.25% | 0.67% | - |
| HSV(B) | 177.21º | 0.22% | 0.75% | - |
| XYZ | 40.54 | 47.81 | 55.81 | - |
| YUV | 178.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 190 | 0.22 | 0 | 0.01 | 0.25 | 177.21 | 0.25 | 0.67 |
| Hex | 95 | C0 | BE | 16 | 0 | 1 | 19 | B1 | 19 | 43 |
| Octal | 225 | 300 | 276 | 26 | 0 | 1 | 31 | 261 | 31 | 103 |
| Binary | 10010101 | 11000000 | 10111110 | 10110 | 0 | 1 | 11001 | 10110001 | 11001 | 1000011 |
Color Harmonies of #95C0BE
Complementary color
Monochromatic Colors of #95C0BE
Black with #95C0BE
Text Example
Text Example
White with #95C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C0BE; }
p { color: rgb(149,192,190); }
H1.HeaderClassName
{
color: #95C0BE;
}
.AnyTagClassName
{
color: #95C0BE;
}
</style>
background-color css
<style>
a { background-color: #95C0BE; }
a { background-color: rgb(149,192,190); }
div.DivClassName
{
background-color: #95C0BE;
}
.BgClassName
{
background-color: #95C0BE;
}
</style>
border-color css
<style>
span { border-color: #95C0BE; }
span { border-color: rgb(149,192,190); }
td.TdClassName
{
border-color: #95C0BE;
}
.TagClassName
{
border-color: #95C0BE;
}
</style>