Shades of Dark Sea Green #93B98F
Tints of Dark Sea Green #93B98F
RGB
CMYK
RGB Variations
Color information
#93B98F (or 0x93B98F) is known color: Dark Sea Green. HEX triplet: 93, B9 and 8F. RGB value is (147,185,143). Sum of RGB (Red+Green+Blue) = 147+185+143=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 185 - color contains mainly: green. Hex color #93B98F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B98F is #6C4670. Grayscale: #A8A8A8. Windows color (decimal): -7095921 or 9419155. OLE color: 9419155.
HSL color Cylindrical-coordinate representation of color #93B98F: hue angle of 114.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93B98F is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 185 | 143 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.27 |
| HSL | 114.29º | 0.23% | 0.64% | - |
| HSV(B) | 114.29º | 0.23% | 0.73% | - |
| XYZ | 34.34 | 42.88 | 32.45 | - |
| YUV | 168.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 185 | 143 | 0.21 | 0 | 0.23 | 0.27 | 114.29 | 0.23 | 0.64 |
| Hex | 93 | B9 | 8F | 15 | 0 | 17 | 1B | 72 | 17 | 40 |
| Octal | 223 | 271 | 217 | 25 | 0 | 27 | 33 | 162 | 27 | 100 |
| Binary | 10010011 | 10111001 | 10001111 | 10101 | 0 | 10111 | 11011 | 1110010 | 10111 | 1000000 |
Color Harmonies of #93B98F
Complementary color
Monochromatic Colors of #93B98F
Black with #93B98F
Text Example
Text Example
White with #93B98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B98F; }
p { color: rgb(147,185,143); }
H1.HeaderClassName
{
color: #93B98F;
}
.AnyTagClassName
{
color: #93B98F;
}
</style>
background-color css
<style>
a { background-color: #93B98F; }
a { background-color: rgb(147,185,143); }
div.DivClassName
{
background-color: #93B98F;
}
.BgClassName
{
background-color: #93B98F;
}
</style>
border-color css
<style>
span { border-color: #93B98F; }
span { border-color: rgb(147,185,143); }
td.TdClassName
{
border-color: #93B98F;
}
.TagClassName
{
border-color: #93B98F;
}
</style>