Shades of Shadow Green #95C0B9
Tints of Shadow Green #95C0B9
RGB
CMYK
RGB Variations
Color information
#95C0B9 (or 0x95C0B9) is known color: Shadow Green. HEX triplet: 95, C0 and B9. RGB value is (149,192,185). Sum of RGB (Red+Green+Blue) = 149+192+185=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 192 - color contains mainly: green. Hex color #95C0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C0B9 is #6A3F46. Grayscale: #B2B2B2. Windows color (decimal): -6963015 or 12173461. OLE color: 12173461.
HSL color Cylindrical-coordinate representation of color #95C0B9: hue angle of 170.23º 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 #95C0B9 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 185 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.25 |
| HSL | 170.23º | 0.25% | 0.67% | - |
| HSV(B) | 170.23º | 0.22% | 0.75% | - |
| XYZ | 40 | 47.59 | 52.98 | - |
| YUV | 178.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 185 | 0.22 | 0 | 0.04 | 0.25 | 170.23 | 0.25 | 0.67 |
| Hex | 95 | C0 | B9 | 16 | 0 | 4 | 19 | AA | 19 | 43 |
| Octal | 225 | 300 | 271 | 26 | 0 | 4 | 31 | 252 | 31 | 103 |
| Binary | 10010101 | 11000000 | 10111001 | 10110 | 0 | 100 | 11001 | 10101010 | 11001 | 1000011 |
Color Harmonies of #95C0B9
Complementary color
Monochromatic Colors of #95C0B9
Black with #95C0B9
Text Example
Text Example
White with #95C0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C0B9; }
p { color: rgb(149,192,185); }
H1.HeaderClassName
{
color: #95C0B9;
}
.AnyTagClassName
{
color: #95C0B9;
}
</style>
background-color css
<style>
a { background-color: #95C0B9; }
a { background-color: rgb(149,192,185); }
div.DivClassName
{
background-color: #95C0B9;
}
.BgClassName
{
background-color: #95C0B9;
}
</style>
border-color css
<style>
span { border-color: #95C0B9; }
span { border-color: rgb(149,192,185); }
td.TdClassName
{
border-color: #95C0B9;
}
.TagClassName
{
border-color: #95C0B9;
}
</style>