Shades of Dark Sea Green #92C28B
Tints of Dark Sea Green #92C28B
RGB
CMYK
RGB Variations
Color information
#92C28B (or 0x92C28B) is known color: Dark Sea Green. HEX triplet: 92, C2 and 8B. RGB value is (146,194,139). Sum of RGB (Red+Green+Blue) = 146+194+139=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #92C28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C28B is #6D3D74. Grayscale: #ADADAD. Windows color (decimal): -7159157 or 9159314. OLE color: 9159314.
HSL color Cylindrical-coordinate representation of color #92C28B: hue angle of 112.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92C28B is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 194 | 139 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.24 |
| HSL | 112.36º | 0.31% | 0.65% | - |
| HSV(B) | 112.36º | 0.28% | 0.76% | - |
| XYZ | 35.81 | 46.56 | 31.53 | - |
| YUV | 173.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 194 | 139 | 0.25 | 0 | 0.28 | 0.24 | 112.36 | 0.31 | 0.65 |
| Hex | 92 | C2 | 8B | 19 | 0 | 1C | 18 | 70 | 1F | 41 |
| Octal | 222 | 302 | 213 | 31 | 0 | 34 | 30 | 160 | 37 | 101 |
| Binary | 10010010 | 11000010 | 10001011 | 11001 | 0 | 11100 | 11000 | 1110000 | 11111 | 1000001 |
Color Harmonies of #92C28B
Complementary color
Monochromatic Colors of #92C28B
Black with #92C28B
Text Example
Text Example
White with #92C28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C28B; }
p { color: rgb(146,194,139); }
H1.HeaderClassName
{
color: #92C28B;
}
.AnyTagClassName
{
color: #92C28B;
}
</style>
background-color css
<style>
a { background-color: #92C28B; }
a { background-color: rgb(146,194,139); }
div.DivClassName
{
background-color: #92C28B;
}
.BgClassName
{
background-color: #92C28B;
}
</style>
border-color css
<style>
span { border-color: #92C28B; }
span { border-color: rgb(146,194,139); }
td.TdClassName
{
border-color: #92C28B;
}
.TagClassName
{
border-color: #92C28B;
}
</style>