Shades of Medium Sea Green #3AAC7A
Tints of Medium Sea Green #3AAC7A
RGB
CMYK
RGB Variations
Color information
#3AAC7A (or 0x3AAC7A) is known color: Medium Sea Green. HEX triplet: 3A, AC and 7A. RGB value is (58,172,122). Sum of RGB (Red+Green+Blue) = 58+172+122=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 172 (67.58% from 255 or 48.86% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAC7A is #C55385. Grayscale: #848484. Windows color (decimal): -12931974 or 8039482. OLE color: 8039482.
HSL color Cylindrical-coordinate representation of color #3AAC7A: hue angle of 153.68º degrees, saturation: 0.5, 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 #3AAC7A is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 122 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.33 |
| HSL | 153.68º | 0.5% | 0.45% | - |
| HSV(B) | 153.68º | 0.66% | 0.67% | - |
| XYZ | 20.01 | 31.81 | 23.5 | - |
| YUV | 132.21 | 122.23 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 122 | 0.66 | 0 | 0.29 | 0.33 | 153.68 | 0.5 | 0.45 |
| Hex | 3A | AC | 7A | 42 | 0 | 1D | 21 | 9A | 32 | 2D |
| Octal | 72 | 254 | 172 | 102 | 0 | 35 | 41 | 232 | 62 | 55 |
| Binary | 111010 | 10101100 | 1111010 | 1000010 | 0 | 11101 | 100001 | 10011010 | 110010 | 101101 |
Color Harmonies of #3AAC7A
Complementary color
Monochromatic Colors of #3AAC7A
Black with #3AAC7A
Text Example
Text Example
White with #3AAC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC7A; }
p { color: rgb(58,172,122); }
H1.HeaderClassName
{
color: #3AAC7A;
}
.AnyTagClassName
{
color: #3AAC7A;
}
</style>
background-color css
<style>
a { background-color: #3AAC7A; }
a { background-color: rgb(58,172,122); }
div.DivClassName
{
background-color: #3AAC7A;
}
.BgClassName
{
background-color: #3AAC7A;
}
</style>
border-color css
<style>
span { border-color: #3AAC7A; }
span { border-color: rgb(58,172,122); }
td.TdClassName
{
border-color: #3AAC7A;
}
.TagClassName
{
border-color: #3AAC7A;
}
</style>