Shades of Shadow Green #95C2BE
Tints of Shadow Green #95C2BE
RGB
CMYK
RGB Variations
Color information
#95C2BE (or 0x95C2BE) is known color: Shadow Green. HEX triplet: 95, C2 and BE. RGB value is (149,194,190). Sum of RGB (Red+Green+Blue) = 149+194+190=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 194 - color contains mainly: green. Hex color #95C2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C2BE is #6A3D41. Grayscale: #B4B4B4. Windows color (decimal): -6962498 or 12501653. OLE color: 12501653.
HSL color Cylindrical-coordinate representation of color #95C2BE: hue angle of 174.67º degrees, saturation: 0.27, 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 #95C2BE is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 190 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.24 |
| HSL | 174.67º | 0.27% | 0.67% | - |
| HSV(B) | 174.67º | 0.23% | 0.76% | - |
| XYZ | 40.98 | 48.69 | 55.95 | - |
| YUV | 180.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 190 | 0.23 | 0 | 0.02 | 0.24 | 174.67 | 0.27 | 0.67 |
| Hex | 95 | C2 | BE | 17 | 0 | 2 | 18 | AF | 1B | 43 |
| Octal | 225 | 302 | 276 | 27 | 0 | 2 | 30 | 257 | 33 | 103 |
| Binary | 10010101 | 11000010 | 10111110 | 10111 | 0 | 10 | 11000 | 10101111 | 11011 | 1000011 |
Color Harmonies of #95C2BE
Complementary color
Monochromatic Colors of #95C2BE
Black with #95C2BE
Text Example
Text Example
White with #95C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C2BE; }
p { color: rgb(149,194,190); }
H1.HeaderClassName
{
color: #95C2BE;
}
.AnyTagClassName
{
color: #95C2BE;
}
</style>
background-color css
<style>
a { background-color: #95C2BE; }
a { background-color: rgb(149,194,190); }
div.DivClassName
{
background-color: #95C2BE;
}
.BgClassName
{
background-color: #95C2BE;
}
</style>
border-color css
<style>
span { border-color: #95C2BE; }
span { border-color: rgb(149,194,190); }
td.TdClassName
{
border-color: #95C2BE;
}
.TagClassName
{
border-color: #95C2BE;
}
</style>