Shades of Shadow Green #95C1C0
Tints of Shadow Green #95C1C0
RGB
CMYK
RGB Variations
Color information
#95C1C0 (or 0x95C1C0) is known color: Shadow Green. HEX triplet: 95, C1 and C0. RGB value is (149,193,192). Sum of RGB (Red+Green+Blue) = 149+193+192=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #95C1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C1C0 is #6A3E3F. Grayscale: #B3B3B3. Windows color (decimal): -6962752 or 12632469. OLE color: 12632469.
HSL color Cylindrical-coordinate representation of color #95C1C0: hue angle of 178.64º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95C1C0 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 192 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.24 |
| HSL | 178.64º | 0.26% | 0.67% | - |
| HSV(B) | 178.64º | 0.23% | 0.76% | - |
| XYZ | 40.98 | 48.34 | 57.04 | - |
| YUV | 179.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 192 | 0.23 | 0 | 0.01 | 0.24 | 178.64 | 0.26 | 0.67 |
| Hex | 95 | C1 | C0 | 17 | 0 | 1 | 18 | B3 | 1A | 43 |
| Octal | 225 | 301 | 300 | 27 | 0 | 1 | 30 | 263 | 32 | 103 |
| Binary | 10010101 | 11000001 | 11000000 | 10111 | 0 | 1 | 11000 | 10110011 | 11010 | 1000011 |
Color Harmonies of #95C1C0
Complementary color
Monochromatic Colors of #95C1C0
Black with #95C1C0
Text Example
Text Example
White with #95C1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C1C0; }
p { color: rgb(149,193,192); }
H1.HeaderClassName
{
color: #95C1C0;
}
.AnyTagClassName
{
color: #95C1C0;
}
</style>
background-color css
<style>
a { background-color: #95C1C0; }
a { background-color: rgb(149,193,192); }
div.DivClassName
{
background-color: #95C1C0;
}
.BgClassName
{
background-color: #95C1C0;
}
</style>
border-color css
<style>
span { border-color: #95C1C0; }
span { border-color: rgb(149,193,192); }
td.TdClassName
{
border-color: #95C1C0;
}
.TagClassName
{
border-color: #95C1C0;
}
</style>