Shades of Dark Sea Green #92C686
Tints of Dark Sea Green #92C686
RGB
CMYK
RGB Variations
Color information
#92C686 (or 0x92C686) is known color: Dark Sea Green. HEX triplet: 92, C6 and 86. RGB value is (146,198,134). Sum of RGB (Red+Green+Blue) = 146+198+134=478 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.54% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #92C686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C686 is #6D3979. Grayscale: #AFAFAF. Windows color (decimal): -7158138 or 8832658. OLE color: 8832658.
HSL color Cylindrical-coordinate representation of color #92C686: hue angle of 108.75º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92C686 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 198 | 134 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.22 |
| HSL | 108.75º | 0.36% | 0.65% | - |
| HSV(B) | 108.75º | 0.32% | 0.78% | - |
| XYZ | 36.35 | 48.22 | 29.95 | - |
| YUV | 175.16 | 104.77 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 134 | 0.26 | 0 | 0.32 | 0.22 | 108.75 | 0.36 | 0.65 |
| Hex | 92 | C6 | 86 | 1A | 0 | 20 | 16 | 6D | 24 | 41 |
| Octal | 222 | 306 | 206 | 32 | 0 | 40 | 26 | 155 | 44 | 101 |
| Binary | 10010010 | 11000110 | 10000110 | 11010 | 0 | 100000 | 10110 | 1101101 | 100100 | 1000001 |
Color Harmonies of #92C686
Complementary color
Monochromatic Colors of #92C686
Black with #92C686
Text Example
Text Example
White with #92C686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C686; }
p { color: rgb(146,198,134); }
H1.HeaderClassName
{
color: #92C686;
}
.AnyTagClassName
{
color: #92C686;
}
</style>
background-color css
<style>
a { background-color: #92C686; }
a { background-color: rgb(146,198,134); }
div.DivClassName
{
background-color: #92C686;
}
.BgClassName
{
background-color: #92C686;
}
</style>
border-color css
<style>
span { border-color: #92C686; }
span { border-color: rgb(146,198,134); }
td.TdClassName
{
border-color: #92C686;
}
.TagClassName
{
border-color: #92C686;
}
</style>