Shades of Dark Sea Green #93C198
Tints of Dark Sea Green #93C198
RGB
CMYK
RGB Variations
Color information
#93C198 (or 0x93C198) is known color: Dark Sea Green. HEX triplet: 93, C1 and 98. RGB value is (147,193,152). Sum of RGB (Red+Green+Blue) = 147+193+152=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 193 - color contains mainly: green. Hex color #93C198 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C198 is #6C3E67. Grayscale: #AEAEAE. Windows color (decimal): -7093864 or 10011027. OLE color: 10011027.
HSL color Cylindrical-coordinate representation of color #93C198: hue angle of 126.52º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93C198 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 193 | 152 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.24 |
| HSL | 126.52º | 0.27% | 0.67% | - |
| HSV(B) | 126.52º | 0.24% | 0.76% | - |
| XYZ | 36.77 | 46.61 | 36.76 | - |
| YUV | 174.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 193 | 152 | 0.24 | 0 | 0.21 | 0.24 | 126.52 | 0.27 | 0.67 |
| Hex | 93 | C1 | 98 | 18 | 0 | 15 | 18 | 7F | 1B | 43 |
| Octal | 223 | 301 | 230 | 30 | 0 | 25 | 30 | 177 | 33 | 103 |
| Binary | 10010011 | 11000001 | 10011000 | 11000 | 0 | 10101 | 11000 | 1111111 | 11011 | 1000011 |
Color Harmonies of #93C198
Complementary color
Monochromatic Colors of #93C198
Black with #93C198
Text Example
Text Example
White with #93C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C198; }
p { color: rgb(147,193,152); }
H1.HeaderClassName
{
color: #93C198;
}
.AnyTagClassName
{
color: #93C198;
}
</style>
background-color css
<style>
a { background-color: #93C198; }
a { background-color: rgb(147,193,152); }
div.DivClassName
{
background-color: #93C198;
}
.BgClassName
{
background-color: #93C198;
}
</style>
border-color css
<style>
span { border-color: #93C198; }
span { border-color: rgb(147,193,152); }
td.TdClassName
{
border-color: #93C198;
}
.TagClassName
{
border-color: #93C198;
}
</style>