Shades of Dark Sea Green #93B58E
Tints of Dark Sea Green #93B58E
RGB
CMYK
RGB Variations
Color information
#93B58E (or 0x93B58E) is known color: Dark Sea Green. HEX triplet: 93, B5 and 8E. RGB value is (147,181,142). Sum of RGB (Red+Green+Blue) = 147+181+142=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #93B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B58E is #6C4A71. Grayscale: #A6A6A6. Windows color (decimal): -7096946 or 9352595. OLE color: 9352595.
HSL color Cylindrical-coordinate representation of color #93B58E: hue angle of 112.31º 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 #93B58E is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 181 | 142 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.29 |
| HSL | 112.31º | 0.21% | 0.63% | - |
| HSV(B) | 112.31º | 0.22% | 0.71% | - |
| XYZ | 33.44 | 41.2 | 31.78 | - |
| YUV | 166.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 181 | 142 | 0.19 | 0 | 0.22 | 0.29 | 112.31 | 0.21 | 0.63 |
| Hex | 93 | B5 | 8E | 13 | 0 | 16 | 1D | 70 | 15 | 3F |
| Octal | 223 | 265 | 216 | 23 | 0 | 26 | 35 | 160 | 25 | 77 |
| Binary | 10010011 | 10110101 | 10001110 | 10011 | 0 | 10110 | 11101 | 1110000 | 10101 | 111111 |
Color Harmonies of #93B58E
Complementary color
Monochromatic Colors of #93B58E
Black with #93B58E
Text Example
Text Example
White with #93B58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B58E; }
p { color: rgb(147,181,142); }
H1.HeaderClassName
{
color: #93B58E;
}
.AnyTagClassName
{
color: #93B58E;
}
</style>
background-color css
<style>
a { background-color: #93B58E; }
a { background-color: rgb(147,181,142); }
div.DivClassName
{
background-color: #93B58E;
}
.BgClassName
{
background-color: #93B58E;
}
</style>
border-color css
<style>
span { border-color: #93B58E; }
span { border-color: rgb(147,181,142); }
td.TdClassName
{
border-color: #93B58E;
}
.TagClassName
{
border-color: #93B58E;
}
</style>