Shades of Dark Sea Green #93C098
Tints of Dark Sea Green #93C098
RGB
CMYK
RGB Variations
Color information
#93C098 (or 0x93C098) is known color: Dark Sea Green. HEX triplet: 93, C0 and 98. RGB value is (147,192,152). Sum of RGB (Red+Green+Blue) = 147+192+152=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 192 - color contains mainly: green. Hex color #93C098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C098 is #6C3F67. Grayscale: #AEAEAE. Windows color (decimal): -7094120 or 10010771. OLE color: 10010771.
HSL color Cylindrical-coordinate representation of color #93C098: hue angle of 126.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93C098 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 192 | 152 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.25 |
| HSL | 126.67º | 0.26% | 0.66% | - |
| HSV(B) | 126.67º | 0.23% | 0.75% | - |
| XYZ | 36.55 | 46.17 | 36.69 | - |
| YUV | 173.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 192 | 152 | 0.23 | 0 | 0.21 | 0.25 | 126.67 | 0.26 | 0.66 |
| Hex | 93 | C0 | 98 | 17 | 0 | 15 | 19 | 7F | 1A | 42 |
| Octal | 223 | 300 | 230 | 27 | 0 | 25 | 31 | 177 | 32 | 102 |
| Binary | 10010011 | 11000000 | 10011000 | 10111 | 0 | 10101 | 11001 | 1111111 | 11010 | 1000010 |
Color Harmonies of #93C098
Complementary color
Monochromatic Colors of #93C098
Black with #93C098
Text Example
Text Example
White with #93C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C098; }
p { color: rgb(147,192,152); }
H1.HeaderClassName
{
color: #93C098;
}
.AnyTagClassName
{
color: #93C098;
}
</style>
background-color css
<style>
a { background-color: #93C098; }
a { background-color: rgb(147,192,152); }
div.DivClassName
{
background-color: #93C098;
}
.BgClassName
{
background-color: #93C098;
}
</style>
border-color css
<style>
span { border-color: #93C098; }
span { border-color: rgb(147,192,152); }
td.TdClassName
{
border-color: #93C098;
}
.TagClassName
{
border-color: #93C098;
}
</style>