Shades of Sea Green #3A895D
Tints of Sea Green #3A895D
RGB
CMYK
RGB Variations
Color information
#3A895D (or 0x3A895D) is known color: Sea Green. HEX triplet: 3A, 89 and 5D. RGB value is (58,137,93). Sum of RGB (Red+Green+Blue) = 58+137+93=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #3A895D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A895D is #C576A2. Grayscale: #6C6C6C. Windows color (decimal): -12940963 or 6129978. OLE color: 6129978.
HSL color Cylindrical-coordinate representation of color #3A895D: hue angle of 146.58º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A895D is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 137 | 93 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.46 |
| HSL | 146.58º | 0.41% | 0.38% | - |
| HSV(B) | 146.58º | 0.58% | 0.54% | - |
| XYZ | 12.67 | 19.58 | 13.47 | - |
| YUV | 108.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 137 | 93 | 0.58 | 0 | 0.32 | 0.46 | 146.58 | 0.41 | 0.38 |
| Hex | 3A | 89 | 5D | 3A | 0 | 20 | 2E | 93 | 29 | 26 |
| Octal | 72 | 211 | 135 | 72 | 0 | 40 | 56 | 223 | 51 | 46 |
| Binary | 111010 | 10001001 | 1011101 | 111010 | 0 | 100000 | 101110 | 10010011 | 101001 | 100110 |
Color Harmonies of #3A895D
Complementary color
Monochromatic Colors of #3A895D
Black with #3A895D
Text Example
Text Example
White with #3A895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A895D; }
p { color: rgb(58,137,93); }
H1.HeaderClassName
{
color: #3A895D;
}
.AnyTagClassName
{
color: #3A895D;
}
</style>
background-color css
<style>
a { background-color: #3A895D; }
a { background-color: rgb(58,137,93); }
div.DivClassName
{
background-color: #3A895D;
}
.BgClassName
{
background-color: #3A895D;
}
</style>
border-color css
<style>
span { border-color: #3A895D; }
span { border-color: rgb(58,137,93); }
td.TdClassName
{
border-color: #3A895D;
}
.TagClassName
{
border-color: #3A895D;
}
</style>