Shades of Dark Sea Green #93B98C
Tints of Dark Sea Green #93B98C
RGB
CMYK
RGB Variations
Color information
#93B98C (or 0x93B98C) is known color: Dark Sea Green. HEX triplet: 93, B9 and 8C. RGB value is (147,185,140). Sum of RGB (Red+Green+Blue) = 147+185+140=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #93B98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B98C is #6C4673. Grayscale: #A8A8A8. Windows color (decimal): -7095924 or 9222547. OLE color: 9222547.
HSL color Cylindrical-coordinate representation of color #93B98C: hue angle of 110.67º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93B98C is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 185 | 140 | - |
| CMYK | 0.21 | 0 | 0.24 | 0.27 |
| HSL | 110.67º | 0.24% | 0.64% | - |
| HSV(B) | 110.67º | 0.24% | 0.73% | - |
| XYZ | 34.12 | 42.79 | 31.27 | - |
| YUV | 168.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 185 | 140 | 0.21 | 0 | 0.24 | 0.27 | 110.67 | 0.24 | 0.64 |
| Hex | 93 | B9 | 8C | 15 | 0 | 18 | 1B | 6F | 18 | 40 |
| Octal | 223 | 271 | 214 | 25 | 0 | 30 | 33 | 157 | 30 | 100 |
| Binary | 10010011 | 10111001 | 10001100 | 10101 | 0 | 11000 | 11011 | 1101111 | 11000 | 1000000 |
Color Harmonies of #93B98C
Complementary color
Monochromatic Colors of #93B98C
Black with #93B98C
Text Example
Text Example
White with #93B98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B98C; }
p { color: rgb(147,185,140); }
H1.HeaderClassName
{
color: #93B98C;
}
.AnyTagClassName
{
color: #93B98C;
}
</style>
background-color css
<style>
a { background-color: #93B98C; }
a { background-color: rgb(147,185,140); }
div.DivClassName
{
background-color: #93B98C;
}
.BgClassName
{
background-color: #93B98C;
}
</style>
border-color css
<style>
span { border-color: #93B98C; }
span { border-color: rgb(147,185,140); }
td.TdClassName
{
border-color: #93B98C;
}
.TagClassName
{
border-color: #93B98C;
}
</style>