Shades of Dark Sea Green #92B994
Tints of Dark Sea Green #92B994
RGB
CMYK
RGB Variations
Color information
#92B994 (or 0x92B994) is known color: Dark Sea Green. HEX triplet: 92, B9 and 94. RGB value is (146,185,148). Sum of RGB (Red+Green+Blue) = 146+185+148=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 148 (58.20% from 255 or 30.90% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #92B994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B994 is #6D466B. Grayscale: #A9A9A9. Windows color (decimal): -7161452 or 9746834. OLE color: 9746834.
HSL color Cylindrical-coordinate representation of color #92B994: hue angle of 123.08º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92B994 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 185 | 148 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.27 |
| HSL | 123.08º | 0.22% | 0.65% | - |
| HSV(B) | 123.08º | 0.21% | 0.73% | - |
| XYZ | 34.55 | 42.95 | 34.49 | - |
| YUV | 169.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 185 | 148 | 0.21 | 0 | 0.20 | 0.27 | 123.08 | 0.22 | 0.65 |
| Hex | 92 | B9 | 94 | 15 | 0 | 14 | 1B | 7B | 16 | 41 |
| Octal | 222 | 271 | 224 | 25 | 0 | 24 | 33 | 173 | 26 | 101 |
| Binary | 10010010 | 10111001 | 10010100 | 10101 | 0 | 10100 | 11011 | 1111011 | 10110 | 1000001 |
Color Harmonies of #92B994
Complementary color
Monochromatic Colors of #92B994
Black with #92B994
Text Example
Text Example
White with #92B994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B994; }
p { color: rgb(146,185,148); }
H1.HeaderClassName
{
color: #92B994;
}
.AnyTagClassName
{
color: #92B994;
}
</style>
background-color css
<style>
a { background-color: #92B994; }
a { background-color: rgb(146,185,148); }
div.DivClassName
{
background-color: #92B994;
}
.BgClassName
{
background-color: #92B994;
}
</style>
border-color css
<style>
span { border-color: #92B994; }
span { border-color: rgb(146,185,148); }
td.TdClassName
{
border-color: #92B994;
}
.TagClassName
{
border-color: #92B994;
}
</style>