Shades of Dark Sea Green #92C594
Tints of Dark Sea Green #92C594
RGB
CMYK
RGB Variations
Color information
#92C594 (or 0x92C594) is known color: Dark Sea Green. HEX triplet: 92, C5 and 94. RGB value is (146,197,148). Sum of RGB (Red+Green+Blue) = 146+197+148=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #92C594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C594 is #6D3A6B. Grayscale: #B0B0B0. Windows color (decimal): -7158380 or 9749906. OLE color: 9749906.
HSL color Cylindrical-coordinate representation of color #92C594: hue angle of 122.35º 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 #92C594 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 197 | 148 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.23 |
| HSL | 122.35º | 0.31% | 0.67% | - |
| HSV(B) | 122.35º | 0.26% | 0.77% | - |
| XYZ | 37.17 | 48.18 | 35.36 | - |
| YUV | 176.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 197 | 148 | 0.26 | 0 | 0.25 | 0.23 | 122.35 | 0.31 | 0.67 |
| Hex | 92 | C5 | 94 | 1A | 0 | 19 | 17 | 7A | 1F | 43 |
| Octal | 222 | 305 | 224 | 32 | 0 | 31 | 27 | 172 | 37 | 103 |
| Binary | 10010010 | 11000101 | 10010100 | 11010 | 0 | 11001 | 10111 | 1111010 | 11111 | 1000011 |
Color Harmonies of #92C594
Complementary color
Monochromatic Colors of #92C594
Black with #92C594
Text Example
Text Example
White with #92C594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C594; }
p { color: rgb(146,197,148); }
H1.HeaderClassName
{
color: #92C594;
}
.AnyTagClassName
{
color: #92C594;
}
</style>
background-color css
<style>
a { background-color: #92C594; }
a { background-color: rgb(146,197,148); }
div.DivClassName
{
background-color: #92C594;
}
.BgClassName
{
background-color: #92C594;
}
</style>
border-color css
<style>
span { border-color: #92C594; }
span { border-color: rgb(146,197,148); }
td.TdClassName
{
border-color: #92C594;
}
.TagClassName
{
border-color: #92C594;
}
</style>