Shades of Dark Sea Green #92C18C
Tints of Dark Sea Green #92C18C
RGB
CMYK
RGB Variations
Color information
#92C18C (or 0x92C18C) is known color: Dark Sea Green. HEX triplet: 92, C1 and 8C. RGB value is (146,193,140). Sum of RGB (Red+Green+Blue) = 146+193+140=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #92C18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C18C is #6D3E73. Grayscale: #ADADAD. Windows color (decimal): -7159412 or 9224594. OLE color: 9224594.
HSL color Cylindrical-coordinate representation of color #92C18C: hue angle of 113.21º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92C18C is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 193 | 140 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.24 |
| HSL | 113.21º | 0.3% | 0.65% | - |
| HSV(B) | 113.21º | 0.27% | 0.76% | - |
| XYZ | 35.66 | 46.14 | 31.84 | - |
| YUV | 172.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 193 | 140 | 0.24 | 0 | 0.27 | 0.24 | 113.21 | 0.3 | 0.65 |
| Hex | 92 | C1 | 8C | 18 | 0 | 1B | 18 | 71 | 1E | 41 |
| Octal | 222 | 301 | 214 | 30 | 0 | 33 | 30 | 161 | 36 | 101 |
| Binary | 10010010 | 11000001 | 10001100 | 11000 | 0 | 11011 | 11000 | 1110001 | 11110 | 1000001 |
Color Harmonies of #92C18C
Complementary color
Monochromatic Colors of #92C18C
Black with #92C18C
Text Example
Text Example
White with #92C18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C18C; }
p { color: rgb(146,193,140); }
H1.HeaderClassName
{
color: #92C18C;
}
.AnyTagClassName
{
color: #92C18C;
}
</style>
background-color css
<style>
a { background-color: #92C18C; }
a { background-color: rgb(146,193,140); }
div.DivClassName
{
background-color: #92C18C;
}
.BgClassName
{
background-color: #92C18C;
}
</style>
border-color css
<style>
span { border-color: #92C18C; }
span { border-color: rgb(146,193,140); }
td.TdClassName
{
border-color: #92C18C;
}
.TagClassName
{
border-color: #92C18C;
}
</style>