Shades of Dark Sea Green #95BA8D
Tints of Dark Sea Green #95BA8D
RGB
CMYK
RGB Variations
Color information
#95BA8D (or 0x95BA8D) is known color: Dark Sea Green. HEX triplet: 95, BA and 8D. RGB value is (149,186,141). Sum of RGB (Red+Green+Blue) = 149+186+141=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #95BA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BA8D is #6A4572. Grayscale: #A9A9A9. Windows color (decimal): -6964595 or 9288341. OLE color: 9288341.
HSL color Cylindrical-coordinate representation of color #95BA8D: hue angle of 109.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95BA8D is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 186 | 141 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.27 |
| HSL | 109.33º | 0.25% | 0.64% | - |
| HSV(B) | 109.33º | 0.24% | 0.73% | - |
| XYZ | 34.76 | 43.43 | 31.75 | - |
| YUV | 169.81 | 111.74 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 186 | 141 | 0.20 | 0 | 0.24 | 0.27 | 109.33 | 0.25 | 0.64 |
| Hex | 95 | BA | 8D | 14 | 0 | 18 | 1B | 6D | 19 | 40 |
| Octal | 225 | 272 | 215 | 24 | 0 | 30 | 33 | 155 | 31 | 100 |
| Binary | 10010101 | 10111010 | 10001101 | 10100 | 0 | 11000 | 11011 | 1101101 | 11001 | 1000000 |
Color Harmonies of #95BA8D
Complementary color
Monochromatic Colors of #95BA8D
Black with #95BA8D
Text Example
Text Example
White with #95BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BA8D; }
p { color: rgb(149,186,141); }
H1.HeaderClassName
{
color: #95BA8D;
}
.AnyTagClassName
{
color: #95BA8D;
}
</style>
background-color css
<style>
a { background-color: #95BA8D; }
a { background-color: rgb(149,186,141); }
div.DivClassName
{
background-color: #95BA8D;
}
.BgClassName
{
background-color: #95BA8D;
}
</style>
border-color css
<style>
span { border-color: #95BA8D; }
span { border-color: rgb(149,186,141); }
td.TdClassName
{
border-color: #95BA8D;
}
.TagClassName
{
border-color: #95BA8D;
}
</style>