Shades of Medium Sea Green #3AA472
Tints of Medium Sea Green #3AA472
RGB
CMYK
RGB Variations
Color information
#3AA472 (or 0x3AA472) is known color: Medium Sea Green. HEX triplet: 3A, A4 and 72. RGB value is (58,164,114). Sum of RGB (Red+Green+Blue) = 58+164+114=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA472 is #C55B8D. Grayscale: #7E7E7E. Windows color (decimal): -12934030 or 7513146. OLE color: 7513146.
HSL color Cylindrical-coordinate representation of color #3AA472: hue angle of 151.7º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA472 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 164 | 114 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.36 |
| HSL | 151.7º | 0.48% | 0.44% | - |
| HSV(B) | 151.7º | 0.65% | 0.64% | - |
| XYZ | 18.06 | 28.67 | 20.5 | - |
| YUV | 126.61 | 120.88 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 164 | 114 | 0.65 | 0 | 0.30 | 0.36 | 151.7 | 0.48 | 0.44 |
| Hex | 3A | A4 | 72 | 41 | 0 | 1E | 24 | 98 | 30 | 2C |
| Octal | 72 | 244 | 162 | 101 | 0 | 36 | 44 | 230 | 60 | 54 |
| Binary | 111010 | 10100100 | 1110010 | 1000001 | 0 | 11110 | 100100 | 10011000 | 110000 | 101100 |
Color Harmonies of #3AA472
Complementary color
Monochromatic Colors of #3AA472
Black with #3AA472
Text Example
Text Example
White with #3AA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA472; }
p { color: rgb(58,164,114); }
H1.HeaderClassName
{
color: #3AA472;
}
.AnyTagClassName
{
color: #3AA472;
}
</style>
background-color css
<style>
a { background-color: #3AA472; }
a { background-color: rgb(58,164,114); }
div.DivClassName
{
background-color: #3AA472;
}
.BgClassName
{
background-color: #3AA472;
}
</style>
border-color css
<style>
span { border-color: #3AA472; }
span { border-color: rgb(58,164,114); }
td.TdClassName
{
border-color: #3AA472;
}
.TagClassName
{
border-color: #3AA472;
}
</style>