Shades of Shadow Green #95C1BB
Tints of Shadow Green #95C1BB
RGB
CMYK
RGB Variations
Color information
#95C1BB (or 0x95C1BB) is known color: Shadow Green. HEX triplet: 95, C1 and BB. RGB value is (149,193,187). Sum of RGB (Red+Green+Blue) = 149+193+187=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #95C1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C1BB is #6A3E44. Grayscale: #B3B3B3. Windows color (decimal): -6962757 or 12304789. OLE color: 12304789.
HSL color Cylindrical-coordinate representation of color #95C1BB: hue angle of 171.82º degrees, saturation: 0.26, 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 #95C1BB is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 187 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.24 |
| HSL | 171.82º | 0.26% | 0.67% | - |
| HSV(B) | 171.82º | 0.23% | 0.76% | - |
| XYZ | 40.43 | 48.12 | 54.17 | - |
| YUV | 179.16 | 132.42 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 187 | 0.23 | 0 | 0.03 | 0.24 | 171.82 | 0.26 | 0.67 |
| Hex | 95 | C1 | BB | 17 | 0 | 3 | 18 | AC | 1A | 43 |
| Octal | 225 | 301 | 273 | 27 | 0 | 3 | 30 | 254 | 32 | 103 |
| Binary | 10010101 | 11000001 | 10111011 | 10111 | 0 | 11 | 11000 | 10101100 | 11010 | 1000011 |
Color Harmonies of #95C1BB
Complementary color
Monochromatic Colors of #95C1BB
Black with #95C1BB
Text Example
Text Example
White with #95C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C1BB; }
p { color: rgb(149,193,187); }
H1.HeaderClassName
{
color: #95C1BB;
}
.AnyTagClassName
{
color: #95C1BB;
}
</style>
background-color css
<style>
a { background-color: #95C1BB; }
a { background-color: rgb(149,193,187); }
div.DivClassName
{
background-color: #95C1BB;
}
.BgClassName
{
background-color: #95C1BB;
}
</style>
border-color css
<style>
span { border-color: #95C1BB; }
span { border-color: rgb(149,193,187); }
td.TdClassName
{
border-color: #95C1BB;
}
.TagClassName
{
border-color: #95C1BB;
}
</style>