Shades of Medium Sea Green #3AAA68
Tints of Medium Sea Green #3AAA68
RGB
CMYK
RGB Variations
Color information
#3AAA68 (or 0x3AAA68) is known color: Medium Sea Green. HEX triplet: 3A, AA and 68. RGB value is (58,170,104). Sum of RGB (Red+Green+Blue) = 58+170+104=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA68 is #C55597. Grayscale: #818181. Windows color (decimal): -12932504 or 6859322. OLE color: 6859322.
HSL color Cylindrical-coordinate representation of color #3AAA68: hue angle of 144.64º 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 #3AAA68 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 104 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.33 |
| HSL | 144.64º | 0.49% | 0.45% | - |
| HSV(B) | 144.64º | 0.66% | 0.67% | - |
| XYZ | 18.62 | 30.65 | 18.03 | - |
| YUV | 128.99 | 113.89 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 104 | 0.66 | 0 | 0.39 | 0.33 | 144.64 | 0.49 | 0.45 |
| Hex | 3A | AA | 68 | 42 | 0 | 27 | 21 | 91 | 31 | 2D |
| Octal | 72 | 252 | 150 | 102 | 0 | 47 | 41 | 221 | 61 | 55 |
| Binary | 111010 | 10101010 | 1101000 | 1000010 | 0 | 100111 | 100001 | 10010001 | 110001 | 101101 |
Color Harmonies of #3AAA68
Complementary color
Monochromatic Colors of #3AAA68
Black with #3AAA68
Text Example
Text Example
White with #3AAA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA68; }
p { color: rgb(58,170,104); }
H1.HeaderClassName
{
color: #3AAA68;
}
.AnyTagClassName
{
color: #3AAA68;
}
</style>
background-color css
<style>
a { background-color: #3AAA68; }
a { background-color: rgb(58,170,104); }
div.DivClassName
{
background-color: #3AAA68;
}
.BgClassName
{
background-color: #3AAA68;
}
</style>
border-color css
<style>
span { border-color: #3AAA68; }
span { border-color: rgb(58,170,104); }
td.TdClassName
{
border-color: #3AAA68;
}
.TagClassName
{
border-color: #3AAA68;
}
</style>