Shades of Dark Sea Green #93C698
Tints of Dark Sea Green #93C698
RGB
CMYK
RGB Variations
Color information
#93C698 (or 0x93C698) is known color: Dark Sea Green. HEX triplet: 93, C6 and 98. RGB value is (147,198,152). Sum of RGB (Red+Green+Blue) = 147+198+152=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #93C698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C698 is #6C3967. Grayscale: #B1B1B1. Windows color (decimal): -7092584 or 10012307. OLE color: 10012307.
HSL color Cylindrical-coordinate representation of color #93C698: hue angle of 125.88º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C698 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 152 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.22 |
| HSL | 125.88º | 0.31% | 0.68% | - |
| HSV(B) | 125.88º | 0.26% | 0.78% | - |
| XYZ | 37.89 | 48.86 | 37.14 | - |
| YUV | 177.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 152 | 0.26 | 0 | 0.23 | 0.22 | 125.88 | 0.31 | 0.68 |
| Hex | 93 | C6 | 98 | 1A | 0 | 17 | 16 | 7E | 1F | 44 |
| Octal | 223 | 306 | 230 | 32 | 0 | 27 | 26 | 176 | 37 | 104 |
| Binary | 10010011 | 11000110 | 10011000 | 11010 | 0 | 10111 | 10110 | 1111110 | 11111 | 1000100 |
Color Harmonies of #93C698
Complementary color
Monochromatic Colors of #93C698
Black with #93C698
Text Example
Text Example
White with #93C698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C698; }
p { color: rgb(147,198,152); }
H1.HeaderClassName
{
color: #93C698;
}
.AnyTagClassName
{
color: #93C698;
}
</style>
background-color css
<style>
a { background-color: #93C698; }
a { background-color: rgb(147,198,152); }
div.DivClassName
{
background-color: #93C698;
}
.BgClassName
{
background-color: #93C698;
}
</style>
border-color css
<style>
span { border-color: #93C698; }
span { border-color: rgb(147,198,152); }
td.TdClassName
{
border-color: #93C698;
}
.TagClassName
{
border-color: #93C698;
}
</style>