Shades of Medium Sea Green #3AAA7A
Tints of Medium Sea Green #3AAA7A
RGB
CMYK
RGB Variations
Color information
#3AAA7A (or 0x3AAA7A) is known color: Medium Sea Green. HEX triplet: 3A, AA and 7A. RGB value is (58,170,122). Sum of RGB (Red+Green+Blue) = 58+170+122=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA7A is #C55585. Grayscale: #838383. Windows color (decimal): -12932486 or 8038970. OLE color: 8038970.
HSL color Cylindrical-coordinate representation of color #3AAA7A: hue angle of 154.29º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAA7A is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 122 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.33 |
| HSL | 154.29º | 0.49% | 0.45% | - |
| HSV(B) | 154.29º | 0.66% | 0.67% | - |
| XYZ | 19.63 | 31.05 | 23.37 | - |
| YUV | 131.04 | 122.89 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 122 | 0.66 | 0 | 0.28 | 0.33 | 154.29 | 0.49 | 0.45 |
| Hex | 3A | AA | 7A | 42 | 0 | 1C | 21 | 9A | 31 | 2D |
| Octal | 72 | 252 | 172 | 102 | 0 | 34 | 41 | 232 | 61 | 55 |
| Binary | 111010 | 10101010 | 1111010 | 1000010 | 0 | 11100 | 100001 | 10011010 | 110001 | 101101 |
Color Harmonies of #3AAA7A
Complementary color
Monochromatic Colors of #3AAA7A
Black with #3AAA7A
Text Example
Text Example
White with #3AAA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA7A; }
p { color: rgb(58,170,122); }
H1.HeaderClassName
{
color: #3AAA7A;
}
.AnyTagClassName
{
color: #3AAA7A;
}
</style>
background-color css
<style>
a { background-color: #3AAA7A; }
a { background-color: rgb(58,170,122); }
div.DivClassName
{
background-color: #3AAA7A;
}
.BgClassName
{
background-color: #3AAA7A;
}
</style>
border-color css
<style>
span { border-color: #3AAA7A; }
span { border-color: rgb(58,170,122); }
td.TdClassName
{
border-color: #3AAA7A;
}
.TagClassName
{
border-color: #3AAA7A;
}
</style>