Shades of Dark Sea Green #93C08D
Tints of Dark Sea Green #93C08D
RGB
CMYK
RGB Variations
Color information
#93C08D (or 0x93C08D) is known color: Dark Sea Green. HEX triplet: 93, C0 and 8D. RGB value is (147,192,141). Sum of RGB (Red+Green+Blue) = 147+192+141=480 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.62% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #93C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C08D is #6C3F72. Grayscale: #ACACAC. Windows color (decimal): -7094131 or 9289875. OLE color: 9289875.
HSL color Cylindrical-coordinate representation of color #93C08D: hue angle of 112.94º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C08D is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 141 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.25 |
| HSL | 112.94º | 0.29% | 0.65% | - |
| HSV(B) | 112.94º | 0.27% | 0.75% | - |
| XYZ | 35.69 | 45.83 | 32.16 | - |
| YUV | 172.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 141 | 0.23 | 0 | 0.27 | 0.25 | 112.94 | 0.29 | 0.65 |
| Hex | 93 | C0 | 8D | 17 | 0 | 1B | 19 | 71 | 1D | 41 |
| Octal | 223 | 300 | 215 | 27 | 0 | 33 | 31 | 161 | 35 | 101 |
| Binary | 10010011 | 11000000 | 10001101 | 10111 | 0 | 11011 | 11001 | 1110001 | 11101 | 1000001 |
Color Harmonies of #93C08D
Complementary color
Monochromatic Colors of #93C08D
Black with #93C08D
Text Example
Text Example
White with #93C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C08D; }
p { color: rgb(147,192,141); }
H1.HeaderClassName
{
color: #93C08D;
}
.AnyTagClassName
{
color: #93C08D;
}
</style>
background-color css
<style>
a { background-color: #93C08D; }
a { background-color: rgb(147,192,141); }
div.DivClassName
{
background-color: #93C08D;
}
.BgClassName
{
background-color: #93C08D;
}
</style>
border-color css
<style>
span { border-color: #93C08D; }
span { border-color: rgb(147,192,141); }
td.TdClassName
{
border-color: #93C08D;
}
.TagClassName
{
border-color: #93C08D;
}
</style>