Shades of Dark Sea Green #93C393
Tints of Dark Sea Green #93C393
RGB
CMYK
RGB Variations
Color information
#93C393 (or 0x93C393) is known color: Dark Sea Green. HEX triplet: 93, C3 and 93. RGB value is (147,195,147). Sum of RGB (Red+Green+Blue) = 147+195+147=489 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.06% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #93C393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C393 is #6C3C6C. Grayscale: #AFAFAF. Windows color (decimal): -7093357 or 9683859. OLE color: 9683859.
HSL color Cylindrical-coordinate representation of color #93C393: hue angle of 120º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C393 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 195 | 147 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.24 |
| HSL | 120º | 0.29% | 0.67% | - |
| HSV(B) | 120º | 0.25% | 0.76% | - |
| XYZ | 36.81 | 47.34 | 34.8 | - |
| YUV | 175.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 195 | 147 | 0.25 | 0 | 0.25 | 0.24 | 120 | 0.29 | 0.67 |
| Hex | 93 | C3 | 93 | 19 | 0 | 19 | 18 | 78 | 1D | 43 |
| Octal | 223 | 303 | 223 | 31 | 0 | 31 | 30 | 170 | 35 | 103 |
| Binary | 10010011 | 11000011 | 10010011 | 11001 | 0 | 11001 | 11000 | 1111000 | 11101 | 1000011 |
Color Harmonies of #93C393
Complementary color
Monochromatic Colors of #93C393
Black with #93C393
Text Example
Text Example
White with #93C393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C393; }
p { color: rgb(147,195,147); }
H1.HeaderClassName
{
color: #93C393;
}
.AnyTagClassName
{
color: #93C393;
}
</style>
background-color css
<style>
a { background-color: #93C393; }
a { background-color: rgb(147,195,147); }
div.DivClassName
{
background-color: #93C393;
}
.BgClassName
{
background-color: #93C393;
}
</style>
border-color css
<style>
span { border-color: #93C393; }
span { border-color: rgb(147,195,147); }
td.TdClassName
{
border-color: #93C393;
}
.TagClassName
{
border-color: #93C393;
}
</style>