Shades of Sea Green #398B53
Tints of Sea Green #398B53
RGB
CMYK
RGB Variations
Color information
#398B53 (or 0x398B53) is known color: Sea Green. HEX triplet: 39, 8B and 53. RGB value is (57,139,83). Sum of RGB (Red+Green+Blue) = 57+139+83=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #398B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398B53 is #C674AC. Grayscale: #6C6C6C. Windows color (decimal): -13005997 or 5475129. OLE color: 5475129.
HSL color Cylindrical-coordinate representation of color #398B53: hue angle of 139.02º 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 #398B53 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 83 | - |
| CMYK | 0.59 | 0 | 0.40 | 0.45 |
| HSL | 139.02º | 0.42% | 0.38% | - |
| HSV(B) | 139.02º | 0.59% | 0.55% | - |
| XYZ | 12.48 | 19.96 | 11.38 | - |
| YUV | 108.1 | 113.83 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 83 | 0.59 | 0 | 0.40 | 0.45 | 139.02 | 0.42 | 0.38 |
| Hex | 39 | 8B | 53 | 3B | 0 | 28 | 2D | 8B | 2A | 26 |
| Octal | 71 | 213 | 123 | 73 | 0 | 50 | 55 | 213 | 52 | 46 |
| Binary | 111001 | 10001011 | 1010011 | 111011 | 0 | 101000 | 101101 | 10001011 | 101010 | 100110 |
Color Harmonies of #398B53
Complementary color
Monochromatic Colors of #398B53
Black with #398B53
Text Example
Text Example
White with #398B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B53; }
p { color: rgb(57,139,83); }
H1.HeaderClassName
{
color: #398B53;
}
.AnyTagClassName
{
color: #398B53;
}
</style>
background-color css
<style>
a { background-color: #398B53; }
a { background-color: rgb(57,139,83); }
div.DivClassName
{
background-color: #398B53;
}
.BgClassName
{
background-color: #398B53;
}
</style>
border-color css
<style>
span { border-color: #398B53; }
span { border-color: rgb(57,139,83); }
td.TdClassName
{
border-color: #398B53;
}
.TagClassName
{
border-color: #398B53;
}
</style>