Shades of Dark Sea Green #93C88D
Tints of Dark Sea Green #93C88D
RGB
CMYK
RGB Variations
Color information
#93C88D (or 0x93C88D) is known color: Dark Sea Green. HEX triplet: 93, C8 and 8D. RGB value is (147,200,141). Sum of RGB (Red+Green+Blue) = 147+200+141=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #93C88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C88D is #6C3772. Grayscale: #B1B1B1. Windows color (decimal): -7092083 or 9291923. OLE color: 9291923.
HSL color Cylindrical-coordinate representation of color #93C88D: hue angle of 113.9º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93C88D is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 200 | 141 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.22 |
| HSL | 113.9º | 0.35% | 0.67% | - |
| HSV(B) | 113.9º | 0.3% | 0.78% | - |
| XYZ | 37.49 | 49.43 | 32.76 | - |
| YUV | 177.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 200 | 141 | 0.26 | 0 | 0.29 | 0.22 | 113.9 | 0.35 | 0.67 |
| Hex | 93 | C8 | 8D | 1A | 0 | 1D | 16 | 72 | 23 | 43 |
| Octal | 223 | 310 | 215 | 32 | 0 | 35 | 26 | 162 | 43 | 103 |
| Binary | 10010011 | 11001000 | 10001101 | 11010 | 0 | 11101 | 10110 | 1110010 | 100011 | 1000011 |
Color Harmonies of #93C88D
Complementary color
Monochromatic Colors of #93C88D
Black with #93C88D
Text Example
Text Example
White with #93C88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C88D; }
p { color: rgb(147,200,141); }
H1.HeaderClassName
{
color: #93C88D;
}
.AnyTagClassName
{
color: #93C88D;
}
</style>
background-color css
<style>
a { background-color: #93C88D; }
a { background-color: rgb(147,200,141); }
div.DivClassName
{
background-color: #93C88D;
}
.BgClassName
{
background-color: #93C88D;
}
</style>
border-color css
<style>
span { border-color: #93C88D; }
span { border-color: rgb(147,200,141); }
td.TdClassName
{
border-color: #93C88D;
}
.TagClassName
{
border-color: #93C88D;
}
</style>