Shades of Dark Sea Green #93B58F
Tints of Dark Sea Green #93B58F
RGB
CMYK
RGB Variations
Color information
#93B58F (or 0x93B58F) is known color: Dark Sea Green. HEX triplet: 93, B5 and 8F. RGB value is (147,181,143). Sum of RGB (Red+Green+Blue) = 147+181+143=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 181 - color contains mainly: green. Hex color #93B58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93B58F is #6C4A70. Grayscale: #A6A6A6. Windows color (decimal): -7096945 or 9418131. OLE color: 9418131.
HSL color Cylindrical-coordinate representation of color #93B58F: hue angle of 113.68º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93B58F is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 181 | 143 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.29 |
| HSL | 113.68º | 0.2% | 0.64% | - |
| HSV(B) | 113.68º | 0.21% | 0.71% | - |
| XYZ | 33.51 | 41.23 | 32.18 | - |
| YUV | 166.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 181 | 143 | 0.19 | 0 | 0.21 | 0.29 | 113.68 | 0.2 | 0.64 |
| Hex | 93 | B5 | 8F | 13 | 0 | 15 | 1D | 72 | 14 | 40 |
| Octal | 223 | 265 | 217 | 23 | 0 | 25 | 35 | 162 | 24 | 100 |
| Binary | 10010011 | 10110101 | 10001111 | 10011 | 0 | 10101 | 11101 | 1110010 | 10100 | 1000000 |
Color Harmonies of #93B58F
Complementary color
Monochromatic Colors of #93B58F
Black with #93B58F
Text Example
Text Example
White with #93B58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B58F; }
p { color: rgb(147,181,143); }
H1.HeaderClassName
{
color: #93B58F;
}
.AnyTagClassName
{
color: #93B58F;
}
</style>
background-color css
<style>
a { background-color: #93B58F; }
a { background-color: rgb(147,181,143); }
div.DivClassName
{
background-color: #93B58F;
}
.BgClassName
{
background-color: #93B58F;
}
</style>
border-color css
<style>
span { border-color: #93B58F; }
span { border-color: rgb(147,181,143); }
td.TdClassName
{
border-color: #93B58F;
}
.TagClassName
{
border-color: #93B58F;
}
</style>