Shades of Sea Green #398B5D
Tints of Sea Green #398B5D
RGB
CMYK
RGB Variations
Color information
#398B5D (or 0x398B5D) is known color: Sea Green. HEX triplet: 39, 8B and 5D. RGB value is (57,139,93). Sum of RGB (Red+Green+Blue) = 57+139+93=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #398B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398B5D is #C674A2. Grayscale: #6D6D6D. Windows color (decimal): -13005987 or 6130489. OLE color: 6130489.
HSL color Cylindrical-coordinate representation of color #398B5D: hue angle of 146.34º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398B5D is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 93 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.45 |
| HSL | 146.34º | 0.42% | 0.38% | - |
| HSV(B) | 146.34º | 0.59% | 0.55% | - |
| XYZ | 12.9 | 20.13 | 13.56 | - |
| YUV | 109.24 | 118.83 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 93 | 0.59 | 0 | 0.33 | 0.45 | 146.34 | 0.42 | 0.38 |
| Hex | 39 | 8B | 5D | 3B | 0 | 21 | 2D | 92 | 2A | 26 |
| Octal | 71 | 213 | 135 | 73 | 0 | 41 | 55 | 222 | 52 | 46 |
| Binary | 111001 | 10001011 | 1011101 | 111011 | 0 | 100001 | 101101 | 10010010 | 101010 | 100110 |
Color Harmonies of #398B5D
Complementary color
Monochromatic Colors of #398B5D
Black with #398B5D
Text Example
Text Example
White with #398B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B5D; }
p { color: rgb(57,139,93); }
H1.HeaderClassName
{
color: #398B5D;
}
.AnyTagClassName
{
color: #398B5D;
}
</style>
background-color css
<style>
a { background-color: #398B5D; }
a { background-color: rgb(57,139,93); }
div.DivClassName
{
background-color: #398B5D;
}
.BgClassName
{
background-color: #398B5D;
}
</style>
border-color css
<style>
span { border-color: #398B5D; }
span { border-color: rgb(57,139,93); }
td.TdClassName
{
border-color: #398B5D;
}
.TagClassName
{
border-color: #398B5D;
}
</style>