Shades of Dark Sea Green #95BD8D
Tints of Dark Sea Green #95BD8D
RGB
CMYK
RGB Variations
Color information
#95BD8D (or 0x95BD8D) is known color: Dark Sea Green. HEX triplet: 95, BD and 8D. RGB value is (149,189,141). Sum of RGB (Red+Green+Blue) = 149+189+141=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BD8D is #6A4272. Grayscale: #ABABAB. Windows color (decimal): -6963827 or 9289109. OLE color: 9289109.
HSL color Cylindrical-coordinate representation of color #95BD8D: hue angle of 110º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #95BD8D is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 189 | 141 | - |
| CMYK | 0.21 | 0 | 0.25 | 0.26 |
| HSL | 110º | 0.27% | 0.65% | - |
| HSV(B) | 110º | 0.25% | 0.74% | - |
| XYZ | 35.4 | 44.71 | 31.96 | - |
| YUV | 171.57 | 110.75 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 189 | 141 | 0.21 | 0 | 0.25 | 0.26 | 110 | 0.27 | 0.65 |
| Hex | 95 | BD | 8D | 15 | 0 | 19 | 1A | 6E | 1B | 41 |
| Octal | 225 | 275 | 215 | 25 | 0 | 31 | 32 | 156 | 33 | 101 |
| Binary | 10010101 | 10111101 | 10001101 | 10101 | 0 | 11001 | 11010 | 1101110 | 11011 | 1000001 |
Color Harmonies of #95BD8D
Complementary color
Monochromatic Colors of #95BD8D
Black with #95BD8D
Text Example
Text Example
White with #95BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BD8D; }
p { color: rgb(149,189,141); }
H1.HeaderClassName
{
color: #95BD8D;
}
.AnyTagClassName
{
color: #95BD8D;
}
</style>
background-color css
<style>
a { background-color: #95BD8D; }
a { background-color: rgb(149,189,141); }
div.DivClassName
{
background-color: #95BD8D;
}
.BgClassName
{
background-color: #95BD8D;
}
</style>
border-color css
<style>
span { border-color: #95BD8D; }
span { border-color: rgb(149,189,141); }
td.TdClassName
{
border-color: #95BD8D;
}
.TagClassName
{
border-color: #95BD8D;
}
</style>