Shades of Dark Sea Green #93B192
Tints of Dark Sea Green #93B192
RGB
CMYK
RGB Variations
Color information
#93B192 (or 0x93B192) is known color: Dark Sea Green. HEX triplet: 93, B1 and 92. RGB value is (147,177,146). Sum of RGB (Red+Green+Blue) = 147+177+146=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 177 - color contains mainly: green. Hex color #93B192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B192 is #6C4E6D. Grayscale: #A4A4A4. Windows color (decimal): -7097966 or 9613715. OLE color: 9613715.
HSL color Cylindrical-coordinate representation of color #93B192: hue angle of 118.06º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93B192 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 177 | 146 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.31 |
| HSL | 118.06º | 0.17% | 0.63% | - |
| HSV(B) | 118.06º | 0.18% | 0.69% | - |
| XYZ | 32.94 | 39.72 | 33.13 | - |
| YUV | 164.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 177 | 146 | 0.17 | 0 | 0.18 | 0.31 | 118.06 | 0.17 | 0.63 |
| Hex | 93 | B1 | 92 | 11 | 0 | 12 | 1F | 76 | 11 | 3F |
| Octal | 223 | 261 | 222 | 21 | 0 | 22 | 37 | 166 | 21 | 77 |
| Binary | 10010011 | 10110001 | 10010010 | 10001 | 0 | 10010 | 11111 | 1110110 | 10001 | 111111 |
Color Harmonies of #93B192
Complementary color
Monochromatic Colors of #93B192
Black with #93B192
Text Example
Text Example
White with #93B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B192; }
p { color: rgb(147,177,146); }
H1.HeaderClassName
{
color: #93B192;
}
.AnyTagClassName
{
color: #93B192;
}
</style>
background-color css
<style>
a { background-color: #93B192; }
a { background-color: rgb(147,177,146); }
div.DivClassName
{
background-color: #93B192;
}
.BgClassName
{
background-color: #93B192;
}
</style>
border-color css
<style>
span { border-color: #93B192; }
span { border-color: rgb(147,177,146); }
td.TdClassName
{
border-color: #93B192;
}
.TagClassName
{
border-color: #93B192;
}
</style>