Shades of Dark Sea Green #92B594
Tints of Dark Sea Green #92B594
RGB
CMYK
RGB Variations
Color information
#92B594 (or 0x92B594) is known color: Dark Sea Green. HEX triplet: 92, B5 and 94. RGB value is (146,181,148). Sum of RGB (Red+Green+Blue) = 146+181+148=475 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.74% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 181 - color contains mainly: green. Hex color #92B594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B594 is #6D4A6B. Grayscale: #A6A6A6. Windows color (decimal): -7162476 or 9745810. OLE color: 9745810.
HSL color Cylindrical-coordinate representation of color #92B594: hue angle of 123.43º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #92B594 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 181 | 148 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.29 |
| HSL | 123.43º | 0.19% | 0.64% | - |
| HSV(B) | 123.43º | 0.19% | 0.71% | - |
| XYZ | 33.72 | 41.3 | 34.21 | - |
| YUV | 166.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 181 | 148 | 0.19 | 0 | 0.18 | 0.29 | 123.43 | 0.19 | 0.64 |
| Hex | 92 | B5 | 94 | 13 | 0 | 12 | 1D | 7B | 13 | 40 |
| Octal | 222 | 265 | 224 | 23 | 0 | 22 | 35 | 173 | 23 | 100 |
| Binary | 10010010 | 10110101 | 10010100 | 10011 | 0 | 10010 | 11101 | 1111011 | 10011 | 1000000 |
Color Harmonies of #92B594
Complementary color
Monochromatic Colors of #92B594
Black with #92B594
Text Example
Text Example
White with #92B594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B594; }
p { color: rgb(146,181,148); }
H1.HeaderClassName
{
color: #92B594;
}
.AnyTagClassName
{
color: #92B594;
}
</style>
background-color css
<style>
a { background-color: #92B594; }
a { background-color: rgb(146,181,148); }
div.DivClassName
{
background-color: #92B594;
}
.BgClassName
{
background-color: #92B594;
}
</style>
border-color css
<style>
span { border-color: #92B594; }
span { border-color: rgb(146,181,148); }
td.TdClassName
{
border-color: #92B594;
}
.TagClassName
{
border-color: #92B594;
}
</style>