Shades of Shadow Green #95C6BB
Tints of Shadow Green #95C6BB
RGB
CMYK
RGB Variations
Color information
#95C6BB (or 0x95C6BB) is known color: Shadow Green. HEX triplet: 95, C6 and BB. RGB value is (149,198,187). Sum of RGB (Red+Green+Blue) = 149+198+187=534 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.90% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 198 - color contains mainly: green. Hex color #95C6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C6BB is #6A3944. Grayscale: #B6B6B6. Windows color (decimal): -6961477 or 12306069. OLE color: 12306069.
HSL color Cylindrical-coordinate representation of color #95C6BB: hue angle of 166.53º degrees, saturation: 0.3, 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 #95C6BB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 187 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.22 |
| HSL | 166.53º | 0.3% | 0.68% | - |
| HSV(B) | 166.53º | 0.25% | 0.78% | - |
| XYZ | 41.56 | 50.37 | 54.54 | - |
| YUV | 182.1 | 130.77 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 187 | 0.25 | 0 | 0.06 | 0.22 | 166.53 | 0.3 | 0.68 |
| Hex | 95 | C6 | BB | 19 | 0 | 6 | 16 | A7 | 1E | 44 |
| Octal | 225 | 306 | 273 | 31 | 0 | 6 | 26 | 247 | 36 | 104 |
| Binary | 10010101 | 11000110 | 10111011 | 11001 | 0 | 110 | 10110 | 10100111 | 11110 | 1000100 |
Color Harmonies of #95C6BB
Complementary color
Monochromatic Colors of #95C6BB
Black with #95C6BB
Text Example
Text Example
White with #95C6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C6BB; }
p { color: rgb(149,198,187); }
H1.HeaderClassName
{
color: #95C6BB;
}
.AnyTagClassName
{
color: #95C6BB;
}
</style>
background-color css
<style>
a { background-color: #95C6BB; }
a { background-color: rgb(149,198,187); }
div.DivClassName
{
background-color: #95C6BB;
}
.BgClassName
{
background-color: #95C6BB;
}
</style>
border-color css
<style>
span { border-color: #95C6BB; }
span { border-color: rgb(149,198,187); }
td.TdClassName
{
border-color: #95C6BB;
}
.TagClassName
{
border-color: #95C6BB;
}
</style>