Shades of Dark Sea Green #92C593
Tints of Dark Sea Green #92C593
RGB
CMYK
RGB Variations
Color information
#92C593 (or 0x92C593) is known color: Dark Sea Green. HEX triplet: 92, C5 and 93. RGB value is (146,197,147). Sum of RGB (Red+Green+Blue) = 146+197+147=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 197 - color contains mainly: green. Hex color #92C593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C593 is #6D3A6C. Grayscale: #B0B0B0. Windows color (decimal): -7158381 or 9684370. OLE color: 9684370.
HSL color Cylindrical-coordinate representation of color #92C593: hue angle of 121.18º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C593 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 147 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.23 |
| HSL | 121.18º | 0.31% | 0.67% | - |
| HSV(B) | 121.18º | 0.26% | 0.77% | - |
| XYZ | 37.09 | 48.15 | 34.94 | - |
| YUV | 176.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 147 | 0.26 | 0 | 0.25 | 0.23 | 121.18 | 0.31 | 0.67 |
| Hex | 92 | C5 | 93 | 1A | 0 | 19 | 17 | 79 | 1F | 43 |
| Octal | 222 | 305 | 223 | 32 | 0 | 31 | 27 | 171 | 37 | 103 |
| Binary | 10010010 | 11000101 | 10010011 | 11010 | 0 | 11001 | 10111 | 1111001 | 11111 | 1000011 |
Color Harmonies of #92C593
Complementary color
Monochromatic Colors of #92C593
Black with #92C593
Text Example
Text Example
White with #92C593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C593; }
p { color: rgb(146,197,147); }
H1.HeaderClassName
{
color: #92C593;
}
.AnyTagClassName
{
color: #92C593;
}
</style>
background-color css
<style>
a { background-color: #92C593; }
a { background-color: rgb(146,197,147); }
div.DivClassName
{
background-color: #92C593;
}
.BgClassName
{
background-color: #92C593;
}
</style>
border-color css
<style>
span { border-color: #92C593; }
span { border-color: rgb(146,197,147); }
td.TdClassName
{
border-color: #92C593;
}
.TagClassName
{
border-color: #92C593;
}
</style>