Shades of Dark Sea Green #95C089
Tints of Dark Sea Green #95C089
RGB
CMYK
RGB Variations
Color information
#95C089 (or 0x95C089) is known color: Dark Sea Green. HEX triplet: 95, C0 and 89. RGB value is (149,192,137). Sum of RGB (Red+Green+Blue) = 149+192+137=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #95C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C089 is #6A3F76. Grayscale: #ADADAD. Windows color (decimal): -6963063 or 9027733. OLE color: 9027733.
HSL color Cylindrical-coordinate representation of color #95C089: hue angle of 106.91º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95C089 is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 137 | - |
| CMYK | 0.22 | 0 | 0.29 | 0.25 |
| HSL | 106.91º | 0.3% | 0.65% | - |
| HSV(B) | 106.91º | 0.29% | 0.75% | - |
| XYZ | 35.76 | 45.89 | 30.64 | - |
| YUV | 172.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 137 | 0.22 | 0 | 0.29 | 0.25 | 106.91 | 0.3 | 0.65 |
| Hex | 95 | C0 | 89 | 16 | 0 | 1D | 19 | 6B | 1E | 41 |
| Octal | 225 | 300 | 211 | 26 | 0 | 35 | 31 | 153 | 36 | 101 |
| Binary | 10010101 | 11000000 | 10001001 | 10110 | 0 | 11101 | 11001 | 1101011 | 11110 | 1000001 |
Color Harmonies of #95C089
Complementary color
Monochromatic Colors of #95C089
Black with #95C089
Text Example
Text Example
White with #95C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C089; }
p { color: rgb(149,192,137); }
H1.HeaderClassName
{
color: #95C089;
}
.AnyTagClassName
{
color: #95C089;
}
</style>
background-color css
<style>
a { background-color: #95C089; }
a { background-color: rgb(149,192,137); }
div.DivClassName
{
background-color: #95C089;
}
.BgClassName
{
background-color: #95C089;
}
</style>
border-color css
<style>
span { border-color: #95C089; }
span { border-color: rgb(149,192,137); }
td.TdClassName
{
border-color: #95C089;
}
.TagClassName
{
border-color: #95C089;
}
</style>