Shades of Dark Sea Green #92C096
Tints of Dark Sea Green #92C096
RGB
CMYK
RGB Variations
Color information
#92C096 (or 0x92C096) is known color: Dark Sea Green. HEX triplet: 92, C0 and 96. RGB value is (146,192,150). Sum of RGB (Red+Green+Blue) = 146+192+150=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #92C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C096 is #6D3F69. Grayscale: #ADADAD. Windows color (decimal): -7159658 or 9879698. OLE color: 9879698.
HSL color Cylindrical-coordinate representation of color #92C096: hue angle of 125.22º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92C096 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 150 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.25 |
| HSL | 125.22º | 0.27% | 0.66% | - |
| HSV(B) | 125.22º | 0.24% | 0.75% | - |
| XYZ | 36.21 | 46.01 | 35.83 | - |
| YUV | 173.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 150 | 0.24 | 0 | 0.22 | 0.25 | 125.22 | 0.27 | 0.66 |
| Hex | 92 | C0 | 96 | 18 | 0 | 16 | 19 | 7D | 1B | 42 |
| Octal | 222 | 300 | 226 | 30 | 0 | 26 | 31 | 175 | 33 | 102 |
| Binary | 10010010 | 11000000 | 10010110 | 11000 | 0 | 10110 | 11001 | 1111101 | 11011 | 1000010 |
Color Harmonies of #92C096
Complementary color
Monochromatic Colors of #92C096
Black with #92C096
Text Example
Text Example
White with #92C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C096; }
p { color: rgb(146,192,150); }
H1.HeaderClassName
{
color: #92C096;
}
.AnyTagClassName
{
color: #92C096;
}
</style>
background-color css
<style>
a { background-color: #92C096; }
a { background-color: rgb(146,192,150); }
div.DivClassName
{
background-color: #92C096;
}
.BgClassName
{
background-color: #92C096;
}
</style>
border-color css
<style>
span { border-color: #92C096; }
span { border-color: rgb(146,192,150); }
td.TdClassName
{
border-color: #92C096;
}
.TagClassName
{
border-color: #92C096;
}
</style>