Shades of Dark Sea Green #93B491
Tints of Dark Sea Green #93B491
RGB
CMYK
RGB Variations
Color information
#93B491 (or 0x93B491) is known color: Dark Sea Green. HEX triplet: 93, B4 and 91. RGB value is (147,180,145). Sum of RGB (Red+Green+Blue) = 147+180+145=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #93B491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B491 is #6C4B6E. Grayscale: #A6A6A6. Windows color (decimal): -7097199 or 9548947. OLE color: 9548947.
HSL color Cylindrical-coordinate representation of color #93B491: hue angle of 116.57º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93B491 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 180 | 145 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.29 |
| HSL | 116.57º | 0.19% | 0.64% | - |
| HSV(B) | 116.57º | 0.19% | 0.71% | - |
| XYZ | 33.46 | 40.89 | 32.92 | - |
| YUV | 166.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 180 | 145 | 0.18 | 0 | 0.19 | 0.29 | 116.57 | 0.19 | 0.64 |
| Hex | 93 | B4 | 91 | 12 | 0 | 13 | 1D | 75 | 13 | 40 |
| Octal | 223 | 264 | 221 | 22 | 0 | 23 | 35 | 165 | 23 | 100 |
| Binary | 10010011 | 10110100 | 10010001 | 10010 | 0 | 10011 | 11101 | 1110101 | 10011 | 1000000 |
Color Harmonies of #93B491
Complementary color
Monochromatic Colors of #93B491
Black with #93B491
Text Example
Text Example
White with #93B491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B491; }
p { color: rgb(147,180,145); }
H1.HeaderClassName
{
color: #93B491;
}
.AnyTagClassName
{
color: #93B491;
}
</style>
background-color css
<style>
a { background-color: #93B491; }
a { background-color: rgb(147,180,145); }
div.DivClassName
{
background-color: #93B491;
}
.BgClassName
{
background-color: #93B491;
}
</style>
border-color css
<style>
span { border-color: #93B491; }
span { border-color: rgb(147,180,145); }
td.TdClassName
{
border-color: #93B491;
}
.TagClassName
{
border-color: #93B491;
}
</style>