Shades of Shadow Green #95C2B8
Tints of Shadow Green #95C2B8
RGB
CMYK
RGB Variations
Color information
#95C2B8 (or 0x95C2B8) is known color: Shadow Green. HEX triplet: 95, C2 and B8. RGB value is (149,194,184). Sum of RGB (Red+Green+Blue) = 149+194+184=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #95C2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C2B8 is #6A3D47. Grayscale: #B3B3B3. Windows color (decimal): -6962504 or 12108437. OLE color: 12108437.
HSL color Cylindrical-coordinate representation of color #95C2B8: hue angle of 166.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 #95C2B8 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 194 | 184 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.24 |
| HSL | 166.67º | 0.27% | 0.67% | - |
| HSV(B) | 166.67º | 0.23% | 0.76% | - |
| XYZ | 40.34 | 48.43 | 52.57 | - |
| YUV | 179.41 | 130.59 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 194 | 184 | 0.23 | 0 | 0.05 | 0.24 | 166.67 | 0.27 | 0.67 |
| Hex | 95 | C2 | B8 | 17 | 0 | 5 | 18 | A7 | 1B | 43 |
| Octal | 225 | 302 | 270 | 27 | 0 | 5 | 30 | 247 | 33 | 103 |
| Binary | 10010101 | 11000010 | 10111000 | 10111 | 0 | 101 | 11000 | 10100111 | 11011 | 1000011 |
Color Harmonies of #95C2B8
Complementary color
Monochromatic Colors of #95C2B8
Black with #95C2B8
Text Example
Text Example
White with #95C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C2B8; }
p { color: rgb(149,194,184); }
H1.HeaderClassName
{
color: #95C2B8;
}
.AnyTagClassName
{
color: #95C2B8;
}
</style>
background-color css
<style>
a { background-color: #95C2B8; }
a { background-color: rgb(149,194,184); }
div.DivClassName
{
background-color: #95C2B8;
}
.BgClassName
{
background-color: #95C2B8;
}
</style>
border-color css
<style>
span { border-color: #95C2B8; }
span { border-color: rgb(149,194,184); }
td.TdClassName
{
border-color: #95C2B8;
}
.TagClassName
{
border-color: #95C2B8;
}
</style>