Shades of Dark Sea Green #92C393
Tints of Dark Sea Green #92C393
RGB
CMYK
RGB Variations
Color information
#92C393 (or 0x92C393) is known color: Dark Sea Green. HEX triplet: 92, C3 and 93. RGB value is (146,195,147). Sum of RGB (Red+Green+Blue) = 146+195+147=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #92C393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92C393 is #6D3C6C. Grayscale: #AFAFAF. Windows color (decimal): -7158893 or 9683858. OLE color: 9683858.
HSL color Cylindrical-coordinate representation of color #92C393: hue angle of 121.22º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92C393 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 195 | 147 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.24 |
| HSL | 121.22º | 0.29% | 0.67% | - |
| HSV(B) | 121.22º | 0.25% | 0.76% | - |
| XYZ | 36.64 | 47.25 | 34.79 | - |
| YUV | 174.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 195 | 147 | 0.25 | 0 | 0.25 | 0.24 | 121.22 | 0.29 | 0.67 |
| Hex | 92 | C3 | 93 | 19 | 0 | 19 | 18 | 79 | 1D | 43 |
| Octal | 222 | 303 | 223 | 31 | 0 | 31 | 30 | 171 | 35 | 103 |
| Binary | 10010010 | 11000011 | 10010011 | 11001 | 0 | 11001 | 11000 | 1111001 | 11101 | 1000011 |
Color Harmonies of #92C393
Complementary color
Monochromatic Colors of #92C393
Black with #92C393
Text Example
Text Example
White with #92C393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92C393; }
p { color: rgb(146,195,147); }
H1.HeaderClassName
{
color: #92C393;
}
.AnyTagClassName
{
color: #92C393;
}
</style>
background-color css
<style>
a { background-color: #92C393; }
a { background-color: rgb(146,195,147); }
div.DivClassName
{
background-color: #92C393;
}
.BgClassName
{
background-color: #92C393;
}
</style>
border-color css
<style>
span { border-color: #92C393; }
span { border-color: rgb(146,195,147); }
td.TdClassName
{
border-color: #92C393;
}
.TagClassName
{
border-color: #92C393;
}
</style>