Shades of Shadow Green #95C1C1
Tints of Shadow Green #95C1C1
RGB
CMYK
RGB Variations
Color information
#95C1C1 (or 0x95C1C1) is known color: Shadow Green. HEX triplet: 95, C1 and C1. RGB value is (149,193,193). Sum of RGB (Red+Green+Blue) = 149+193+193=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #95C1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C1C1 is #6A3E3E. Grayscale: #B3B3B3. Windows color (decimal): -6962751 or 12698005. OLE color: 12698005.
HSL color Cylindrical-coordinate representation of color #95C1C1: hue angle of 180º 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 #95C1C1 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 193 | - |
| CMYK | 0.23 | 0 | 0 | 0.24 |
| HSL | 180º | 0.26% | 0.67% | - |
| HSV(B) | 180º | 0.23% | 0.76% | - |
| XYZ | 41.09 | 48.38 | 57.62 | - |
| YUV | 179.84 | 135.42 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 193 | 0.23 | 0 | 0 | 0.24 | 180 | 0.26 | 0.67 |
| Hex | 95 | C1 | C1 | 17 | 0 | 0 | 18 | B4 | 1A | 43 |
| Octal | 225 | 301 | 301 | 27 | 0 | 0 | 30 | 264 | 32 | 103 |
| Binary | 10010101 | 11000001 | 11000001 | 10111 | 0 | 0 | 11000 | 10110100 | 11010 | 1000011 |
Color Harmonies of #95C1C1
Complementary color
Monochromatic Colors of #95C1C1
Black with #95C1C1
Text Example
Text Example
White with #95C1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C1C1; }
p { color: rgb(149,193,193); }
H1.HeaderClassName
{
color: #95C1C1;
}
.AnyTagClassName
{
color: #95C1C1;
}
</style>
background-color css
<style>
a { background-color: #95C1C1; }
a { background-color: rgb(149,193,193); }
div.DivClassName
{
background-color: #95C1C1;
}
.BgClassName
{
background-color: #95C1C1;
}
</style>
border-color css
<style>
span { border-color: #95C1C1; }
span { border-color: rgb(149,193,193); }
td.TdClassName
{
border-color: #95C1C1;
}
.TagClassName
{
border-color: #95C1C1;
}
</style>