Shades of Sea Green #398C5D
Tints of Sea Green #398C5D
RGB
CMYK
RGB Variations
Color information
#398C5D (or 0x398C5D) is known color: Sea Green. HEX triplet: 39, 8C and 5D. RGB value is (57,140,93). Sum of RGB (Red+Green+Blue) = 57+140+93=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #398C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398C5D is #C673A2. Grayscale: #6D6D6D. Windows color (decimal): -13005731 or 6130745. OLE color: 6130745.
HSL color Cylindrical-coordinate representation of color #398C5D: hue angle of 146.02º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398C5D is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 140 | 93 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.45 |
| HSL | 146.02º | 0.42% | 0.39% | - |
| HSV(B) | 146.02º | 0.59% | 0.55% | - |
| XYZ | 13.04 | 20.42 | 13.61 | - |
| YUV | 109.83 | 118.5 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 93 | 0.59 | 0 | 0.34 | 0.45 | 146.02 | 0.42 | 0.39 |
| Hex | 39 | 8C | 5D | 3B | 0 | 22 | 2D | 92 | 2A | 27 |
| Octal | 71 | 214 | 135 | 73 | 0 | 42 | 55 | 222 | 52 | 47 |
| Binary | 111001 | 10001100 | 1011101 | 111011 | 0 | 100010 | 101101 | 10010010 | 101010 | 100111 |
Color Harmonies of #398C5D
Complementary color
Monochromatic Colors of #398C5D
Black with #398C5D
Text Example
Text Example
White with #398C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398C5D; }
p { color: rgb(57,140,93); }
H1.HeaderClassName
{
color: #398C5D;
}
.AnyTagClassName
{
color: #398C5D;
}
</style>
background-color css
<style>
a { background-color: #398C5D; }
a { background-color: rgb(57,140,93); }
div.DivClassName
{
background-color: #398C5D;
}
.BgClassName
{
background-color: #398C5D;
}
</style>
border-color css
<style>
span { border-color: #398C5D; }
span { border-color: rgb(57,140,93); }
td.TdClassName
{
border-color: #398C5D;
}
.TagClassName
{
border-color: #398C5D;
}
</style>