Shades of Shadow Green #95C9BC
Tints of Shadow Green #95C9BC
RGB
CMYK
RGB Variations
Color information
#95C9BC (or 0x95C9BC) is known color: Shadow Green. HEX triplet: 95, C9 and BC. RGB value is (149,201,188). Sum of RGB (Red+Green+Blue) = 149+201+188=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 201 - color contains mainly: green. Hex color #95C9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C9BC is #6A3643. Grayscale: #B7B7B7. Windows color (decimal): -6960708 or 12372373. OLE color: 12372373.
HSL color Cylindrical-coordinate representation of color #95C9BC: hue angle of 165º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95C9BC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 201 | 188 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.21 |
| HSL | 165º | 0.33% | 0.69% | - |
| HSV(B) | 165º | 0.26% | 0.79% | - |
| XYZ | 42.36 | 51.79 | 55.34 | - |
| YUV | 183.97 | 130.27 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 201 | 188 | 0.26 | 0 | 0.06 | 0.21 | 165 | 0.33 | 0.69 |
| Hex | 95 | C9 | BC | 1A | 0 | 6 | 15 | A5 | 20 | 45 |
| Octal | 225 | 311 | 274 | 32 | 0 | 6 | 25 | 245 | 40 | 105 |
| Binary | 10010101 | 11001001 | 10111100 | 11010 | 0 | 110 | 10101 | 10100101 | 100000 | 1000101 |
Color Harmonies of #95C9BC
Complementary color
Monochromatic Colors of #95C9BC
Black with #95C9BC
Text Example
Text Example
White with #95C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C9BC; }
p { color: rgb(149,201,188); }
H1.HeaderClassName
{
color: #95C9BC;
}
.AnyTagClassName
{
color: #95C9BC;
}
</style>
background-color css
<style>
a { background-color: #95C9BC; }
a { background-color: rgb(149,201,188); }
div.DivClassName
{
background-color: #95C9BC;
}
.BgClassName
{
background-color: #95C9BC;
}
</style>
border-color css
<style>
span { border-color: #95C9BC; }
span { border-color: rgb(149,201,188); }
td.TdClassName
{
border-color: #95C9BC;
}
.TagClassName
{
border-color: #95C9BC;
}
</style>