Shades of Dark Sea Green #92C398
Tints of Dark Sea Green #92C398
RGB
CMYK
RGB Variations
Color information
#92C398 (or 0x92C398) is known color: Dark Sea Green. HEX triplet: 92, C3 and 98. RGB value is (146,195,152). Sum of RGB (Red+Green+Blue) = 146+195+152=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #92C398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C398 is #6D3C67. Grayscale: #AFAFAF. Windows color (decimal): -7158888 or 10011538. OLE color: 10011538.
HSL color Cylindrical-coordinate representation of color #92C398: hue angle of 127.35º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92C398 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 152 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.24 |
| HSL | 127.35º | 0.29% | 0.67% | - |
| HSV(B) | 127.35º | 0.25% | 0.76% | - |
| XYZ | 37.04 | 47.41 | 36.9 | - |
| YUV | 175.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 152 | 0.25 | 0 | 0.22 | 0.24 | 127.35 | 0.29 | 0.67 |
| Hex | 92 | C3 | 98 | 19 | 0 | 16 | 18 | 7F | 1D | 43 |
| Octal | 222 | 303 | 230 | 31 | 0 | 26 | 30 | 177 | 35 | 103 |
| Binary | 10010010 | 11000011 | 10011000 | 11001 | 0 | 10110 | 11000 | 1111111 | 11101 | 1000011 |
Color Harmonies of #92C398
Complementary color
Monochromatic Colors of #92C398
Black with #92C398
Text Example
Text Example
White with #92C398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C398; }
p { color: rgb(146,195,152); }
H1.HeaderClassName
{
color: #92C398;
}
.AnyTagClassName
{
color: #92C398;
}
</style>
background-color css
<style>
a { background-color: #92C398; }
a { background-color: rgb(146,195,152); }
div.DivClassName
{
background-color: #92C398;
}
.BgClassName
{
background-color: #92C398;
}
</style>
border-color css
<style>
span { border-color: #92C398; }
span { border-color: rgb(146,195,152); }
td.TdClassName
{
border-color: #92C398;
}
.TagClassName
{
border-color: #92C398;
}
</style>