Shades of Shadow Green #95C0B2
Tints of Shadow Green #95C0B2
RGB
CMYK
RGB Variations
Color information
#95C0B2 (or 0x95C0B2) is known color: Shadow Green. HEX triplet: 95, C0 and B2. RGB value is (149,192,178). Sum of RGB (Red+Green+Blue) = 149+192+178=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #95C0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C0B2 is #6A3F4D. Grayscale: #B1B1B1. Windows color (decimal): -6963022 or 11714709. OLE color: 11714709.
HSL color Cylindrical-coordinate representation of color #95C0B2: hue angle of 160.47º 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 #95C0B2 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 178 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.25 |
| HSL | 160.47º | 0.25% | 0.67% | - |
| HSV(B) | 160.47º | 0.22% | 0.75% | - |
| XYZ | 39.28 | 47.3 | 49.18 | - |
| YUV | 177.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 178 | 0.22 | 0 | 0.07 | 0.25 | 160.47 | 0.25 | 0.67 |
| Hex | 95 | C0 | B2 | 16 | 0 | 7 | 19 | A0 | 19 | 43 |
| Octal | 225 | 300 | 262 | 26 | 0 | 7 | 31 | 240 | 31 | 103 |
| Binary | 10010101 | 11000000 | 10110010 | 10110 | 0 | 111 | 11001 | 10100000 | 11001 | 1000011 |
Color Harmonies of #95C0B2
Complementary color
Monochromatic Colors of #95C0B2
Black with #95C0B2
Text Example
Text Example
White with #95C0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C0B2; }
p { color: rgb(149,192,178); }
H1.HeaderClassName
{
color: #95C0B2;
}
.AnyTagClassName
{
color: #95C0B2;
}
</style>
background-color css
<style>
a { background-color: #95C0B2; }
a { background-color: rgb(149,192,178); }
div.DivClassName
{
background-color: #95C0B2;
}
.BgClassName
{
background-color: #95C0B2;
}
</style>
border-color css
<style>
span { border-color: #95C0B2; }
span { border-color: rgb(149,192,178); }
td.TdClassName
{
border-color: #95C0B2;
}
.TagClassName
{
border-color: #95C0B2;
}
</style>