Shades of Dark Sea Green #92B293
Tints of Dark Sea Green #92B293
RGB
CMYK
RGB Variations
Color information
#92B293 (or 0x92B293) is known color: Dark Sea Green. HEX triplet: 92, B2 and 93. RGB value is (146,178,147). Sum of RGB (Red+Green+Blue) = 146+178+147=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 178 - color contains mainly: green. Hex color #92B293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92B293 is #6D4D6C. Grayscale: #A4A4A4. Windows color (decimal): -7163245 or 9679506. OLE color: 9679506.
HSL color Cylindrical-coordinate representation of color #92B293: hue angle of 121.88º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #92B293 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 146 | 178 | 147 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.30 |
| HSL | 121.88º | 0.17% | 0.64% | - |
| HSV(B) | 121.88º | 0.18% | 0.7% | - |
| XYZ | 33.04 | 40.06 | 33.59 | - |
| YUV | 164.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 178 | 147 | 0.18 | 0 | 0.17 | 0.30 | 121.88 | 0.17 | 0.64 |
| Hex | 92 | B2 | 93 | 12 | 0 | 11 | 1E | 7A | 11 | 40 |
| Octal | 222 | 262 | 223 | 22 | 0 | 21 | 36 | 172 | 21 | 100 |
| Binary | 10010010 | 10110010 | 10010011 | 10010 | 0 | 10001 | 11110 | 1111010 | 10001 | 1000000 |
Color Harmonies of #92B293
Complementary color
Monochromatic Colors of #92B293
Black with #92B293
Text Example
Text Example
White with #92B293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B293; }
p { color: rgb(146,178,147); }
H1.HeaderClassName
{
color: #92B293;
}
.AnyTagClassName
{
color: #92B293;
}
</style>
background-color css
<style>
a { background-color: #92B293; }
a { background-color: rgb(146,178,147); }
div.DivClassName
{
background-color: #92B293;
}
.BgClassName
{
background-color: #92B293;
}
</style>
border-color css
<style>
span { border-color: #92B293; }
span { border-color: rgb(146,178,147); }
td.TdClassName
{
border-color: #92B293;
}
.TagClassName
{
border-color: #92B293;
}
</style>