Shades of Dark Sea Green #95B996
Tints of Dark Sea Green #95B996
RGB
CMYK
RGB Variations
Color information
#95B996 (or 0x95B996) is known color: Dark Sea Green. HEX triplet: 95, B9 and 96. RGB value is (149,185,150). Sum of RGB (Red+Green+Blue) = 149+185+150=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #95B996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B996 is #6A4669. Grayscale: #AAAAAA. Windows color (decimal): -6964842 or 9877909. OLE color: 9877909.
HSL color Cylindrical-coordinate representation of color #95B996: hue angle of 121.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95B996 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 185 | 150 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.27 |
| HSL | 121.67º | 0.2% | 0.65% | - |
| HSV(B) | 121.67º | 0.19% | 0.73% | - |
| XYZ | 35.25 | 43.29 | 35.35 | - |
| YUV | 170.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 185 | 150 | 0.19 | 0 | 0.19 | 0.27 | 121.67 | 0.2 | 0.65 |
| Hex | 95 | B9 | 96 | 13 | 0 | 13 | 1B | 7A | 14 | 41 |
| Octal | 225 | 271 | 226 | 23 | 0 | 23 | 33 | 172 | 24 | 101 |
| Binary | 10010101 | 10111001 | 10010110 | 10011 | 0 | 10011 | 11011 | 1111010 | 10100 | 1000001 |
Color Harmonies of #95B996
Complementary color
Monochromatic Colors of #95B996
Black with #95B996
Text Example
Text Example
White with #95B996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B996; }
p { color: rgb(149,185,150); }
H1.HeaderClassName
{
color: #95B996;
}
.AnyTagClassName
{
color: #95B996;
}
</style>
background-color css
<style>
a { background-color: #95B996; }
a { background-color: rgb(149,185,150); }
div.DivClassName
{
background-color: #95B996;
}
.BgClassName
{
background-color: #95B996;
}
</style>
border-color css
<style>
span { border-color: #95B996; }
span { border-color: rgb(149,185,150); }
td.TdClassName
{
border-color: #95B996;
}
.TagClassName
{
border-color: #95B996;
}
</style>