Shades of Dark Sea Green #93B896
Tints of Dark Sea Green #93B896
RGB
CMYK
RGB Variations
Color information
#93B896 (or 0x93B896) is known color: Dark Sea Green. HEX triplet: 93, B8 and 96. RGB value is (147,184,150). Sum of RGB (Red+Green+Blue) = 147+184+150=481 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.56% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #93B896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B896 is #6C4769. Grayscale: #A9A9A9. Windows color (decimal): -7096170 or 9877651. OLE color: 9877651.
HSL color Cylindrical-coordinate representation of color #93B896: hue angle of 124.86º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93B896 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 184 | 150 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.28 |
| HSL | 124.86º | 0.21% | 0.65% | - |
| HSV(B) | 124.86º | 0.2% | 0.72% | - |
| XYZ | 34.68 | 42.69 | 35.27 | - |
| YUV | 169.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 184 | 150 | 0.20 | 0 | 0.18 | 0.28 | 124.86 | 0.21 | 0.65 |
| Hex | 93 | B8 | 96 | 14 | 0 | 12 | 1C | 7D | 15 | 41 |
| Octal | 223 | 270 | 226 | 24 | 0 | 22 | 34 | 175 | 25 | 101 |
| Binary | 10010011 | 10111000 | 10010110 | 10100 | 0 | 10010 | 11100 | 1111101 | 10101 | 1000001 |
Color Harmonies of #93B896
Complementary color
Monochromatic Colors of #93B896
Black with #93B896
Text Example
Text Example
White with #93B896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B896; }
p { color: rgb(147,184,150); }
H1.HeaderClassName
{
color: #93B896;
}
.AnyTagClassName
{
color: #93B896;
}
</style>
background-color css
<style>
a { background-color: #93B896; }
a { background-color: rgb(147,184,150); }
div.DivClassName
{
background-color: #93B896;
}
.BgClassName
{
background-color: #93B896;
}
</style>
border-color css
<style>
span { border-color: #93B896; }
span { border-color: rgb(147,184,150); }
td.TdClassName
{
border-color: #93B896;
}
.TagClassName
{
border-color: #93B896;
}
</style>