Shades of Medium Sea Green #3AB975
Tints of Medium Sea Green #3AB975
RGB
CMYK
RGB Variations
Color information
#3AB975 (or 0x3AB975) is known color: Medium Sea Green. HEX triplet: 3A, B9 and 75. RGB value is (58,185,117). Sum of RGB (Red+Green+Blue) = 58+185+117=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AB975 is #C5468A. Grayscale: #8B8B8B. Windows color (decimal): -12928651 or 7715130. OLE color: 7715130.
HSL color Cylindrical-coordinate representation of color #3AB975: hue angle of 147.87º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB975 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 185 | 117 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.27 |
| HSL | 147.87º | 0.52% | 0.48% | - |
| HSV(B) | 147.87º | 0.69% | 0.73% | - |
| XYZ | 22.3 | 36.88 | 22.77 | - |
| YUV | 139.28 | 115.42 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 185 | 117 | 0.69 | 0 | 0.37 | 0.27 | 147.87 | 0.52 | 0.48 |
| Hex | 3A | B9 | 75 | 45 | 0 | 25 | 1B | 94 | 34 | 30 |
| Octal | 72 | 271 | 165 | 105 | 0 | 45 | 33 | 224 | 64 | 60 |
| Binary | 111010 | 10111001 | 1110101 | 1000101 | 0 | 100101 | 11011 | 10010100 | 110100 | 110000 |
Color Harmonies of #3AB975
Complementary color
Monochromatic Colors of #3AB975
Black with #3AB975
Text Example
Text Example
White with #3AB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB975; }
p { color: rgb(58,185,117); }
H1.HeaderClassName
{
color: #3AB975;
}
.AnyTagClassName
{
color: #3AB975;
}
</style>
background-color css
<style>
a { background-color: #3AB975; }
a { background-color: rgb(58,185,117); }
div.DivClassName
{
background-color: #3AB975;
}
.BgClassName
{
background-color: #3AB975;
}
</style>
border-color css
<style>
span { border-color: #3AB975; }
span { border-color: rgb(58,185,117); }
td.TdClassName
{
border-color: #3AB975;
}
.TagClassName
{
border-color: #3AB975;
}
</style>