Shades of Dark Sea Green #93BE86
Tints of Dark Sea Green #93BE86
RGB
CMYK
RGB Variations
Color information
#93BE86 (or 0x93BE86) is known color: Dark Sea Green. HEX triplet: 93, BE and 86. RGB value is (147,190,134). Sum of RGB (Red+Green+Blue) = 147+190+134=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #93BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BE86 is #6C4179. Grayscale: #AAAAAA. Windows color (decimal): -7094650 or 8830611. OLE color: 8830611.
HSL color Cylindrical-coordinate representation of color #93BE86: hue angle of 106.07º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93BE86 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 190 | 134 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.25 |
| HSL | 106.07º | 0.3% | 0.64% | - |
| HSV(B) | 106.07º | 0.29% | 0.75% | - |
| XYZ | 34.75 | 44.75 | 29.36 | - |
| YUV | 170.76 | 107.25 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 190 | 134 | 0.23 | 0 | 0.29 | 0.25 | 106.07 | 0.3 | 0.64 |
| Hex | 93 | BE | 86 | 17 | 0 | 1D | 19 | 6A | 1E | 40 |
| Octal | 223 | 276 | 206 | 27 | 0 | 35 | 31 | 152 | 36 | 100 |
| Binary | 10010011 | 10111110 | 10000110 | 10111 | 0 | 11101 | 11001 | 1101010 | 11110 | 1000000 |
Color Harmonies of #93BE86
Complementary color
Monochromatic Colors of #93BE86
Black with #93BE86
Text Example
Text Example
White with #93BE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BE86; }
p { color: rgb(147,190,134); }
H1.HeaderClassName
{
color: #93BE86;
}
.AnyTagClassName
{
color: #93BE86;
}
</style>
background-color css
<style>
a { background-color: #93BE86; }
a { background-color: rgb(147,190,134); }
div.DivClassName
{
background-color: #93BE86;
}
.BgClassName
{
background-color: #93BE86;
}
</style>
border-color css
<style>
span { border-color: #93BE86; }
span { border-color: rgb(147,190,134); }
td.TdClassName
{
border-color: #93BE86;
}
.TagClassName
{
border-color: #93BE86;
}
</style>