Shades of Shadow Green #95C8BD
Tints of Shadow Green #95C8BD
RGB
CMYK
RGB Variations
Color information
#95C8BD (or 0x95C8BD) is known color: Shadow Green. HEX triplet: 95, C8 and BD. RGB value is (149,200,189). Sum of RGB (Red+Green+Blue) = 149+200+189=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #95C8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C8BD is #6A3742. Grayscale: #B7B7B7. Windows color (decimal): -6960963 or 12437653. OLE color: 12437653.
HSL color Cylindrical-coordinate representation of color #95C8BD: hue angle of 167.06º degrees, saturation: 0.32, 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 #95C8BD is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 200 | 189 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.22 |
| HSL | 167.06º | 0.32% | 0.68% | - |
| HSV(B) | 167.06º | 0.26% | 0.78% | - |
| XYZ | 42.23 | 51.37 | 55.83 | - |
| YUV | 183.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 200 | 189 | 0.26 | 0 | 0.06 | 0.22 | 167.06 | 0.32 | 0.68 |
| Hex | 95 | C8 | BD | 1A | 0 | 6 | 16 | A7 | 20 | 44 |
| Octal | 225 | 310 | 275 | 32 | 0 | 6 | 26 | 247 | 40 | 104 |
| Binary | 10010101 | 11001000 | 10111101 | 11010 | 0 | 110 | 10110 | 10100111 | 100000 | 1000100 |
Color Harmonies of #95C8BD
Complementary color
Monochromatic Colors of #95C8BD
Black with #95C8BD
Text Example
Text Example
White with #95C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C8BD; }
p { color: rgb(149,200,189); }
H1.HeaderClassName
{
color: #95C8BD;
}
.AnyTagClassName
{
color: #95C8BD;
}
</style>
background-color css
<style>
a { background-color: #95C8BD; }
a { background-color: rgb(149,200,189); }
div.DivClassName
{
background-color: #95C8BD;
}
.BgClassName
{
background-color: #95C8BD;
}
</style>
border-color css
<style>
span { border-color: #95C8BD; }
span { border-color: rgb(149,200,189); }
td.TdClassName
{
border-color: #95C8BD;
}
.TagClassName
{
border-color: #95C8BD;
}
</style>