Shades of Dark Sea Green #95B897
Tints of Dark Sea Green #95B897
RGB
CMYK
RGB Variations
Color information
#95B897 (or 0x95B897) is known color: Dark Sea Green. HEX triplet: 95, B8 and 97. RGB value is (149,184,151). Sum of RGB (Red+Green+Blue) = 149+184+151=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 184 - color contains mainly: green. Hex color #95B897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B897 is #6A4768. Grayscale: #A9A9A9. Windows color (decimal): -6965097 or 9943189. OLE color: 9943189.
HSL color Cylindrical-coordinate representation of color #95B897: hue angle of 123.43º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #95B897 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 184 | 151 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.28 |
| HSL | 123.43º | 0.2% | 0.65% | - |
| HSV(B) | 123.43º | 0.19% | 0.72% | - |
| XYZ | 35.12 | 42.9 | 35.71 | - |
| YUV | 169.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 184 | 151 | 0.19 | 0 | 0.18 | 0.28 | 123.43 | 0.2 | 0.65 |
| Hex | 95 | B8 | 97 | 13 | 0 | 12 | 1C | 7B | 14 | 41 |
| Octal | 225 | 270 | 227 | 23 | 0 | 22 | 34 | 173 | 24 | 101 |
| Binary | 10010101 | 10111000 | 10010111 | 10011 | 0 | 10010 | 11100 | 1111011 | 10100 | 1000001 |
Color Harmonies of #95B897
Complementary color
Monochromatic Colors of #95B897
Black with #95B897
Text Example
Text Example
White with #95B897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B897; }
p { color: rgb(149,184,151); }
H1.HeaderClassName
{
color: #95B897;
}
.AnyTagClassName
{
color: #95B897;
}
</style>
background-color css
<style>
a { background-color: #95B897; }
a { background-color: rgb(149,184,151); }
div.DivClassName
{
background-color: #95B897;
}
.BgClassName
{
background-color: #95B897;
}
</style>
border-color css
<style>
span { border-color: #95B897; }
span { border-color: rgb(149,184,151); }
td.TdClassName
{
border-color: #95B897;
}
.TagClassName
{
border-color: #95B897;
}
</style>