Shades of Dark Sea Green #92C184
Tints of Dark Sea Green #92C184
RGB
CMYK
RGB Variations
Color information
#92C184 (or 0x92C184) is known color: Dark Sea Green. HEX triplet: 92, C1 and 84. RGB value is (146,193,132). Sum of RGB (Red+Green+Blue) = 146+193+132=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #92C184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C184 is #6D3E7B. Grayscale: #ACACAC. Windows color (decimal): -7159420 or 8700306. OLE color: 8700306.
HSL color Cylindrical-coordinate representation of color #92C184: hue angle of 106.23º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92C184 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 132 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.24 |
| HSL | 106.23º | 0.33% | 0.64% | - |
| HSV(B) | 106.23º | 0.32% | 0.76% | - |
| XYZ | 35.09 | 45.92 | 28.84 | - |
| YUV | 171.99 | 105.43 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 132 | 0.24 | 0 | 0.32 | 0.24 | 106.23 | 0.33 | 0.64 |
| Hex | 92 | C1 | 84 | 18 | 0 | 20 | 18 | 6A | 21 | 40 |
| Octal | 222 | 301 | 204 | 30 | 0 | 40 | 30 | 152 | 41 | 100 |
| Binary | 10010010 | 11000001 | 10000100 | 11000 | 0 | 100000 | 11000 | 1101010 | 100001 | 1000000 |
Color Harmonies of #92C184
Complementary color
Monochromatic Colors of #92C184
Black with #92C184
Text Example
Text Example
White with #92C184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C184; }
p { color: rgb(146,193,132); }
H1.HeaderClassName
{
color: #92C184;
}
.AnyTagClassName
{
color: #92C184;
}
</style>
background-color css
<style>
a { background-color: #92C184; }
a { background-color: rgb(146,193,132); }
div.DivClassName
{
background-color: #92C184;
}
.BgClassName
{
background-color: #92C184;
}
</style>
border-color css
<style>
span { border-color: #92C184; }
span { border-color: rgb(146,193,132); }
td.TdClassName
{
border-color: #92C184;
}
.TagClassName
{
border-color: #92C184;
}
</style>