Shades of Dark Sea Green #93B395
Tints of Dark Sea Green #93B395
RGB
CMYK
RGB Variations
Color information
#93B395 (or 0x93B395) is known color: Dark Sea Green. HEX triplet: 93, B3 and 95. RGB value is (147,179,149). Sum of RGB (Red+Green+Blue) = 147+179+149=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #93B395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B395 is #6C4C6A. Grayscale: #A6A6A6. Windows color (decimal): -7097451 or 9810835. OLE color: 9810835.
HSL color Cylindrical-coordinate representation of color #93B395: hue angle of 123.75º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93B395 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 147 | 179 | 149 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.30 |
| HSL | 123.75º | 0.17% | 0.64% | - |
| HSV(B) | 123.75º | 0.18% | 0.7% | - |
| XYZ | 33.58 | 40.61 | 34.5 | - |
| YUV | 166.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 179 | 149 | 0.18 | 0 | 0.17 | 0.30 | 123.75 | 0.17 | 0.64 |
| Hex | 93 | B3 | 95 | 12 | 0 | 11 | 1E | 7C | 11 | 40 |
| Octal | 223 | 263 | 225 | 22 | 0 | 21 | 36 | 174 | 21 | 100 |
| Binary | 10010011 | 10110011 | 10010101 | 10010 | 0 | 10001 | 11110 | 1111100 | 10001 | 1000000 |
Color Harmonies of #93B395
Complementary color
Monochromatic Colors of #93B395
Black with #93B395
Text Example
Text Example
White with #93B395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B395; }
p { color: rgb(147,179,149); }
H1.HeaderClassName
{
color: #93B395;
}
.AnyTagClassName
{
color: #93B395;
}
</style>
background-color css
<style>
a { background-color: #93B395; }
a { background-color: rgb(147,179,149); }
div.DivClassName
{
background-color: #93B395;
}
.BgClassName
{
background-color: #93B395;
}
</style>
border-color css
<style>
span { border-color: #93B395; }
span { border-color: rgb(147,179,149); }
td.TdClassName
{
border-color: #93B395;
}
.TagClassName
{
border-color: #93B395;
}
</style>