Shades of Dark Sea Green #93B58D
Tints of Dark Sea Green #93B58D
RGB
CMYK
RGB Variations
Color information
#93B58D (or 0x93B58D) is known color: Dark Sea Green. HEX triplet: 93, B5 and 8D. RGB value is (147,181,141). Sum of RGB (Red+Green+Blue) = 147+181+141=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #93B58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B58D is #6C4A72. Grayscale: #A6A6A6. Windows color (decimal): -7096947 or 9287059. OLE color: 9287059.
HSL color Cylindrical-coordinate representation of color #93B58D: hue angle of 111º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93B58D is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 181 | 141 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.29 |
| HSL | 111º | 0.21% | 0.63% | - |
| HSV(B) | 111º | 0.22% | 0.71% | - |
| XYZ | 33.36 | 41.17 | 31.39 | - |
| YUV | 166.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 181 | 141 | 0.19 | 0 | 0.22 | 0.29 | 111 | 0.21 | 0.63 |
| Hex | 93 | B5 | 8D | 13 | 0 | 16 | 1D | 6F | 15 | 3F |
| Octal | 223 | 265 | 215 | 23 | 0 | 26 | 35 | 157 | 25 | 77 |
| Binary | 10010011 | 10110101 | 10001101 | 10011 | 0 | 10110 | 11101 | 1101111 | 10101 | 111111 |
Color Harmonies of #93B58D
Complementary color
Monochromatic Colors of #93B58D
Black with #93B58D
Text Example
Text Example
White with #93B58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B58D; }
p { color: rgb(147,181,141); }
H1.HeaderClassName
{
color: #93B58D;
}
.AnyTagClassName
{
color: #93B58D;
}
</style>
background-color css
<style>
a { background-color: #93B58D; }
a { background-color: rgb(147,181,141); }
div.DivClassName
{
background-color: #93B58D;
}
.BgClassName
{
background-color: #93B58D;
}
</style>
border-color css
<style>
span { border-color: #93B58D; }
span { border-color: rgb(147,181,141); }
td.TdClassName
{
border-color: #93B58D;
}
.TagClassName
{
border-color: #93B58D;
}
</style>