Shades of Medium Sea Green #3AB482
Tints of Medium Sea Green #3AB482
RGB
CMYK
RGB Variations
Color information
#3AB482 (or 0x3AB482) is known color: Medium Sea Green. HEX triplet: 3A, B4 and 82. RGB value is (58,180,130). Sum of RGB (Red+Green+Blue) = 58+180+130=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #3AB482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB482 is #C54B7D. Grayscale: #898989. Windows color (decimal): -12929918 or 8565818. OLE color: 8565818.
HSL color Cylindrical-coordinate representation of color #3AB482: hue angle of 155.41º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB482 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 180 | 130 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.29 |
| HSL | 155.41º | 0.51% | 0.47% | - |
| HSV(B) | 155.41º | 0.68% | 0.71% | - |
| XYZ | 22.1 | 35.15 | 26.74 | - |
| YUV | 137.82 | 123.58 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 180 | 130 | 0.68 | 0 | 0.28 | 0.29 | 155.41 | 0.51 | 0.47 |
| Hex | 3A | B4 | 82 | 44 | 0 | 1C | 1D | 9B | 33 | 2F |
| Octal | 72 | 264 | 202 | 104 | 0 | 34 | 35 | 233 | 63 | 57 |
| Binary | 111010 | 10110100 | 10000010 | 1000100 | 0 | 11100 | 11101 | 10011011 | 110011 | 101111 |
Color Harmonies of #3AB482
Complementary color
Monochromatic Colors of #3AB482
Black with #3AB482
Text Example
Text Example
White with #3AB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB482; }
p { color: rgb(58,180,130); }
H1.HeaderClassName
{
color: #3AB482;
}
.AnyTagClassName
{
color: #3AB482;
}
</style>
background-color css
<style>
a { background-color: #3AB482; }
a { background-color: rgb(58,180,130); }
div.DivClassName
{
background-color: #3AB482;
}
.BgClassName
{
background-color: #3AB482;
}
</style>
border-color css
<style>
span { border-color: #3AB482; }
span { border-color: rgb(58,180,130); }
td.TdClassName
{
border-color: #3AB482;
}
.TagClassName
{
border-color: #3AB482;
}
</style>