Shades of Dark Sea Green #93BA95
Tints of Dark Sea Green #93BA95
RGB
CMYK
RGB Variations
Color information
#93BA95 (or 0x93BA95) is known color: Dark Sea Green. HEX triplet: 93, BA and 95. RGB value is (147,186,149). Sum of RGB (Red+Green+Blue) = 147+186+149=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BA95 is #6C456A. Grayscale: #AAAAAA. Windows color (decimal): -7095659 or 9812627. OLE color: 9812627.
HSL color Cylindrical-coordinate representation of color #93BA95: hue angle of 123.08º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BA95 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 149 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.27 |
| HSL | 123.08º | 0.22% | 0.65% | - |
| HSV(B) | 123.08º | 0.21% | 0.73% | - |
| XYZ | 35.02 | 43.49 | 34.98 | - |
| YUV | 170.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 149 | 0.21 | 0 | 0.20 | 0.27 | 123.08 | 0.22 | 0.65 |
| Hex | 93 | BA | 95 | 15 | 0 | 14 | 1B | 7B | 16 | 41 |
| Octal | 223 | 272 | 225 | 25 | 0 | 24 | 33 | 173 | 26 | 101 |
| Binary | 10010011 | 10111010 | 10010101 | 10101 | 0 | 10100 | 11011 | 1111011 | 10110 | 1000001 |
Color Harmonies of #93BA95
Complementary color
Monochromatic Colors of #93BA95
Black with #93BA95
Text Example
Text Example
White with #93BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA95; }
p { color: rgb(147,186,149); }
H1.HeaderClassName
{
color: #93BA95;
}
.AnyTagClassName
{
color: #93BA95;
}
</style>
background-color css
<style>
a { background-color: #93BA95; }
a { background-color: rgb(147,186,149); }
div.DivClassName
{
background-color: #93BA95;
}
.BgClassName
{
background-color: #93BA95;
}
</style>
border-color css
<style>
span { border-color: #93BA95; }
span { border-color: rgb(147,186,149); }
td.TdClassName
{
border-color: #93BA95;
}
.TagClassName
{
border-color: #93BA95;
}
</style>