Shades of Dark Sea Green #93C692
Tints of Dark Sea Green #93C692
RGB
CMYK
RGB Variations
Color information
#93C692 (or 0x93C692) is known color: Dark Sea Green. HEX triplet: 93, C6 and 92. RGB value is (147,198,146). Sum of RGB (Red+Green+Blue) = 147+198+146=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 198 - color contains mainly: green. Hex color #93C692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C692 is #6C396D. Grayscale: #B0B0B0. Windows color (decimal): -7092590 or 9619091. OLE color: 9619091.
HSL color Cylindrical-coordinate representation of color #93C692: hue angle of 118.85º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C692 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 146 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.22 |
| HSL | 118.85º | 0.31% | 0.67% | - |
| HSV(B) | 118.85º | 0.26% | 0.78% | - |
| XYZ | 37.42 | 48.67 | 34.62 | - |
| YUV | 176.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 146 | 0.26 | 0 | 0.26 | 0.22 | 118.85 | 0.31 | 0.67 |
| Hex | 93 | C6 | 92 | 1A | 0 | 1A | 16 | 77 | 1F | 43 |
| Octal | 223 | 306 | 222 | 32 | 0 | 32 | 26 | 167 | 37 | 103 |
| Binary | 10010011 | 11000110 | 10010010 | 11010 | 0 | 11010 | 10110 | 1110111 | 11111 | 1000011 |
Color Harmonies of #93C692
Complementary color
Monochromatic Colors of #93C692
Black with #93C692
Text Example
Text Example
White with #93C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C692; }
p { color: rgb(147,198,146); }
H1.HeaderClassName
{
color: #93C692;
}
.AnyTagClassName
{
color: #93C692;
}
</style>
background-color css
<style>
a { background-color: #93C692; }
a { background-color: rgb(147,198,146); }
div.DivClassName
{
background-color: #93C692;
}
.BgClassName
{
background-color: #93C692;
}
</style>
border-color css
<style>
span { border-color: #93C692; }
span { border-color: rgb(147,198,146); }
td.TdClassName
{
border-color: #93C692;
}
.TagClassName
{
border-color: #93C692;
}
</style>