Shades of Dark Sea Green #92B690
Tints of Dark Sea Green #92B690
RGB
CMYK
RGB Variations
Color information
#92B690 (or 0x92B690) is known color: Dark Sea Green. HEX triplet: 92, B6 and 90. RGB value is (146,182,144). Sum of RGB (Red+Green+Blue) = 146+182+144=472 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.93% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #92B690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92B690 is #6D496F. Grayscale: #A7A7A7. Windows color (decimal): -7162224 or 9483922. OLE color: 9483922.
HSL color Cylindrical-coordinate representation of color #92B690: hue angle of 116.84º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #92B690 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 182 | 144 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.29 |
| HSL | 116.84º | 0.21% | 0.64% | - |
| HSV(B) | 116.84º | 0.21% | 0.71% | - |
| XYZ | 33.62 | 41.58 | 32.64 | - |
| YUV | 166.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 182 | 144 | 0.20 | 0 | 0.21 | 0.29 | 116.84 | 0.21 | 0.64 |
| Hex | 92 | B6 | 90 | 14 | 0 | 15 | 1D | 75 | 15 | 40 |
| Octal | 222 | 266 | 220 | 24 | 0 | 25 | 35 | 165 | 25 | 100 |
| Binary | 10010010 | 10110110 | 10010000 | 10100 | 0 | 10101 | 11101 | 1110101 | 10101 | 1000000 |
Color Harmonies of #92B690
Complementary color
Monochromatic Colors of #92B690
Black with #92B690
Text Example
Text Example
White with #92B690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B690; }
p { color: rgb(146,182,144); }
H1.HeaderClassName
{
color: #92B690;
}
.AnyTagClassName
{
color: #92B690;
}
</style>
background-color css
<style>
a { background-color: #92B690; }
a { background-color: rgb(146,182,144); }
div.DivClassName
{
background-color: #92B690;
}
.BgClassName
{
background-color: #92B690;
}
</style>
border-color css
<style>
span { border-color: #92B690; }
span { border-color: rgb(146,182,144); }
td.TdClassName
{
border-color: #92B690;
}
.TagClassName
{
border-color: #92B690;
}
</style>