Shades of Dark Sea Green #95BB8E
Tints of Dark Sea Green #95BB8E
RGB
CMYK
RGB Variations
Color information
#95BB8E (or 0x95BB8E) is known color: Dark Sea Green. HEX triplet: 95, BB and 8E. RGB value is (149,187,142). Sum of RGB (Red+Green+Blue) = 149+187+142=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BB8E is #6A4471. Grayscale: #AAAAAA. Windows color (decimal): -6964338 or 9354133. OLE color: 9354133.
HSL color Cylindrical-coordinate representation of color #95BB8E: hue angle of 110.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95BB8E is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 187 | 142 | - |
| CMYK | 0.20 | 0 | 0.24 | 0.27 |
| HSL | 110.67º | 0.25% | 0.65% | - |
| HSV(B) | 110.67º | 0.24% | 0.73% | - |
| XYZ | 35.05 | 43.88 | 32.21 | - |
| YUV | 170.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 187 | 142 | 0.20 | 0 | 0.24 | 0.27 | 110.67 | 0.25 | 0.65 |
| Hex | 95 | BB | 8E | 14 | 0 | 18 | 1B | 6F | 19 | 41 |
| Octal | 225 | 273 | 216 | 24 | 0 | 30 | 33 | 157 | 31 | 101 |
| Binary | 10010101 | 10111011 | 10001110 | 10100 | 0 | 11000 | 11011 | 1101111 | 11001 | 1000001 |
Color Harmonies of #95BB8E
Complementary color
Monochromatic Colors of #95BB8E
Black with #95BB8E
Text Example
Text Example
White with #95BB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BB8E; }
p { color: rgb(149,187,142); }
H1.HeaderClassName
{
color: #95BB8E;
}
.AnyTagClassName
{
color: #95BB8E;
}
</style>
background-color css
<style>
a { background-color: #95BB8E; }
a { background-color: rgb(149,187,142); }
div.DivClassName
{
background-color: #95BB8E;
}
.BgClassName
{
background-color: #95BB8E;
}
</style>
border-color css
<style>
span { border-color: #95BB8E; }
span { border-color: rgb(149,187,142); }
td.TdClassName
{
border-color: #95BB8E;
}
.TagClassName
{
border-color: #95BB8E;
}
</style>