Shades of Dark Sea Green #93C48D
Tints of Dark Sea Green #93C48D
RGB
CMYK
RGB Variations
Color information
#93C48D (or 0x93C48D) is known color: Dark Sea Green. HEX triplet: 93, C4 and 8D. RGB value is (147,196,141). Sum of RGB (Red+Green+Blue) = 147+196+141=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #93C48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C48D is #6C3B72. Grayscale: #AFAFAF. Windows color (decimal): -7093107 or 9290899. OLE color: 9290899.
HSL color Cylindrical-coordinate representation of color #93C48D: hue angle of 113.45º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93C48D is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 196 | 141 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.23 |
| HSL | 113.45º | 0.32% | 0.66% | - |
| HSV(B) | 113.45º | 0.28% | 0.77% | - |
| XYZ | 36.58 | 47.61 | 32.46 | - |
| YUV | 175.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 196 | 141 | 0.25 | 0 | 0.28 | 0.23 | 113.45 | 0.32 | 0.66 |
| Hex | 93 | C4 | 8D | 19 | 0 | 1C | 17 | 71 | 20 | 42 |
| Octal | 223 | 304 | 215 | 31 | 0 | 34 | 27 | 161 | 40 | 102 |
| Binary | 10010011 | 11000100 | 10001101 | 11001 | 0 | 11100 | 10111 | 1110001 | 100000 | 1000010 |
Color Harmonies of #93C48D
Complementary color
Monochromatic Colors of #93C48D
Black with #93C48D
Text Example
Text Example
White with #93C48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C48D; }
p { color: rgb(147,196,141); }
H1.HeaderClassName
{
color: #93C48D;
}
.AnyTagClassName
{
color: #93C48D;
}
</style>
background-color css
<style>
a { background-color: #93C48D; }
a { background-color: rgb(147,196,141); }
div.DivClassName
{
background-color: #93C48D;
}
.BgClassName
{
background-color: #93C48D;
}
</style>
border-color css
<style>
span { border-color: #93C48D; }
span { border-color: rgb(147,196,141); }
td.TdClassName
{
border-color: #93C48D;
}
.TagClassName
{
border-color: #93C48D;
}
</style>