Shades of Dark Sea Green #92C692
Tints of Dark Sea Green #92C692
RGB
CMYK
RGB Variations
Color information
#92C692 (or 0x92C692) is known color: Dark Sea Green. HEX triplet: 92, C6 and 92. RGB value is (146,198,146). Sum of RGB (Red+Green+Blue) = 146+198+146=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #92C692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C692 is #6D396D. Grayscale: #B0B0B0. Windows color (decimal): -7158126 or 9619090. OLE color: 9619090.
HSL color Cylindrical-coordinate representation of color #92C692: hue angle of 120º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92C692 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 198 | 146 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.22 |
| HSL | 120º | 0.31% | 0.67% | - |
| HSV(B) | 120º | 0.26% | 0.78% | - |
| XYZ | 37.24 | 48.57 | 34.61 | - |
| YUV | 176.52 | 110.77 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 198 | 146 | 0.26 | 0 | 0.26 | 0.22 | 120 | 0.31 | 0.67 |
| Hex | 92 | C6 | 92 | 1A | 0 | 1A | 16 | 78 | 1F | 43 |
| Octal | 222 | 306 | 222 | 32 | 0 | 32 | 26 | 170 | 37 | 103 |
| Binary | 10010010 | 11000110 | 10010010 | 11010 | 0 | 11010 | 10110 | 1111000 | 11111 | 1000011 |
Color Harmonies of #92C692
Complementary color
Monochromatic Colors of #92C692
Black with #92C692
Text Example
Text Example
White with #92C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C692; }
p { color: rgb(146,198,146); }
H1.HeaderClassName
{
color: #92C692;
}
.AnyTagClassName
{
color: #92C692;
}
</style>
background-color css
<style>
a { background-color: #92C692; }
a { background-color: rgb(146,198,146); }
div.DivClassName
{
background-color: #92C692;
}
.BgClassName
{
background-color: #92C692;
}
</style>
border-color css
<style>
span { border-color: #92C692; }
span { border-color: rgb(146,198,146); }
td.TdClassName
{
border-color: #92C692;
}
.TagClassName
{
border-color: #92C692;
}
</style>