Shades of Shadow Green #95C6C2
Tints of Shadow Green #95C6C2
RGB
CMYK
RGB Variations
Color information
#95C6C2 (or 0x95C6C2) is known color: Shadow Green. HEX triplet: 95, C6 and C2. RGB value is (149,198,194). Sum of RGB (Red+Green+Blue) = 149+198+194=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 198 - color contains mainly: green. Hex color #95C6C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C6C2 is #6A393D. Grayscale: #B6B6B6. Windows color (decimal): -6961470 or 12764821. OLE color: 12764821.
HSL color Cylindrical-coordinate representation of color #95C6C2: hue angle of 175.1º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95C6C2 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 194 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.22 |
| HSL | 175.1º | 0.3% | 0.68% | - |
| HSV(B) | 175.1º | 0.25% | 0.78% | - |
| XYZ | 42.33 | 50.67 | 58.59 | - |
| YUV | 182.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 194 | 0.25 | 0 | 0.02 | 0.22 | 175.1 | 0.3 | 0.68 |
| Hex | 95 | C6 | C2 | 19 | 0 | 2 | 16 | AF | 1E | 44 |
| Octal | 225 | 306 | 302 | 31 | 0 | 2 | 26 | 257 | 36 | 104 |
| Binary | 10010101 | 11000110 | 11000010 | 11001 | 0 | 10 | 10110 | 10101111 | 11110 | 1000100 |
Color Harmonies of #95C6C2
Complementary color
Monochromatic Colors of #95C6C2
Black with #95C6C2
Text Example
Text Example
White with #95C6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C6C2; }
p { color: rgb(149,198,194); }
H1.HeaderClassName
{
color: #95C6C2;
}
.AnyTagClassName
{
color: #95C6C2;
}
</style>
background-color css
<style>
a { background-color: #95C6C2; }
a { background-color: rgb(149,198,194); }
div.DivClassName
{
background-color: #95C6C2;
}
.BgClassName
{
background-color: #95C6C2;
}
</style>
border-color css
<style>
span { border-color: #95C6C2; }
span { border-color: rgb(149,198,194); }
td.TdClassName
{
border-color: #95C6C2;
}
.TagClassName
{
border-color: #95C6C2;
}
</style>