Shades of Dark Sea Green #95BB90
Tints of Dark Sea Green #95BB90
RGB
CMYK
RGB Variations
Color information
#95BB90 (or 0x95BB90) is known color: Dark Sea Green. HEX triplet: 95, BB and 90. RGB value is (149,187,144). Sum of RGB (Red+Green+Blue) = 149+187+144=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95BB90 is #6A446F. Grayscale: #AAAAAA. Windows color (decimal): -6964336 or 9485205. OLE color: 9485205.
HSL color Cylindrical-coordinate representation of color #95BB90: hue angle of 113.02º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95BB90 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 187 | 144 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.27 |
| HSL | 113.02º | 0.24% | 0.65% | - |
| HSV(B) | 113.02º | 0.23% | 0.73% | - |
| XYZ | 35.2 | 43.94 | 33.01 | - |
| YUV | 170.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 187 | 144 | 0.20 | 0 | 0.23 | 0.27 | 113.02 | 0.24 | 0.65 |
| Hex | 95 | BB | 90 | 14 | 0 | 17 | 1B | 71 | 18 | 41 |
| Octal | 225 | 273 | 220 | 24 | 0 | 27 | 33 | 161 | 30 | 101 |
| Binary | 10010101 | 10111011 | 10010000 | 10100 | 0 | 10111 | 11011 | 1110001 | 11000 | 1000001 |
Color Harmonies of #95BB90
Complementary color
Monochromatic Colors of #95BB90
Black with #95BB90
Text Example
Text Example
White with #95BB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BB90; }
p { color: rgb(149,187,144); }
H1.HeaderClassName
{
color: #95BB90;
}
.AnyTagClassName
{
color: #95BB90;
}
</style>
background-color css
<style>
a { background-color: #95BB90; }
a { background-color: rgb(149,187,144); }
div.DivClassName
{
background-color: #95BB90;
}
.BgClassName
{
background-color: #95BB90;
}
</style>
border-color css
<style>
span { border-color: #95BB90; }
span { border-color: rgb(149,187,144); }
td.TdClassName
{
border-color: #95BB90;
}
.TagClassName
{
border-color: #95BB90;
}
</style>