Shades of Dark Sea Green #92C087
Tints of Dark Sea Green #92C087
RGB
CMYK
RGB Variations
Color information
#92C087 (or 0x92C087) is known color: Dark Sea Green. HEX triplet: 92, C0 and 87. RGB value is (146,192,135). Sum of RGB (Red+Green+Blue) = 146+192+135=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #92C087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C087 is #6D3F78. Grayscale: #ABABAB. Windows color (decimal): -7159673 or 8896658. OLE color: 8896658.
HSL color Cylindrical-coordinate representation of color #92C087: hue angle of 108.42º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92C087 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 192 | 135 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.25 |
| HSL | 108.42º | 0.31% | 0.64% | - |
| HSV(B) | 108.42º | 0.3% | 0.75% | - |
| XYZ | 35.08 | 45.56 | 29.87 | - |
| YUV | 171.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 192 | 135 | 0.24 | 0 | 0.30 | 0.25 | 108.42 | 0.31 | 0.64 |
| Hex | 92 | C0 | 87 | 18 | 0 | 1E | 19 | 6C | 1F | 40 |
| Octal | 222 | 300 | 207 | 30 | 0 | 36 | 31 | 154 | 37 | 100 |
| Binary | 10010010 | 11000000 | 10000111 | 11000 | 0 | 11110 | 11001 | 1101100 | 11111 | 1000000 |
Color Harmonies of #92C087
Complementary color
Monochromatic Colors of #92C087
Black with #92C087
Text Example
Text Example
White with #92C087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C087; }
p { color: rgb(146,192,135); }
H1.HeaderClassName
{
color: #92C087;
}
.AnyTagClassName
{
color: #92C087;
}
</style>
background-color css
<style>
a { background-color: #92C087; }
a { background-color: rgb(146,192,135); }
div.DivClassName
{
background-color: #92C087;
}
.BgClassName
{
background-color: #92C087;
}
</style>
border-color css
<style>
span { border-color: #92C087; }
span { border-color: rgb(146,192,135); }
td.TdClassName
{
border-color: #92C087;
}
.TagClassName
{
border-color: #92C087;
}
</style>