Shades of Medium Sea Green #3AAA66
Tints of Medium Sea Green #3AAA66
RGB
CMYK
RGB Variations
Color information
#3AAA66 (or 0x3AAA66) is known color: Medium Sea Green. HEX triplet: 3A, AA and 66. RGB value is (58,170,102). Sum of RGB (Red+Green+Blue) = 58+170+102=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA66 is #C55599. Grayscale: #808080. Windows color (decimal): -12932506 or 6728250. OLE color: 6728250.
HSL color Cylindrical-coordinate representation of color #3AAA66: hue angle of 143.57º 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 #3AAA66 is Cyan = 0.66, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 102 | - |
| CMYK | 0.66 | 0 | 0.4 | 0.33 |
| HSL | 143.57º | 0.49% | 0.45% | - |
| HSV(B) | 143.57º | 0.66% | 0.67% | - |
| XYZ | 18.52 | 30.61 | 17.5 | - |
| YUV | 128.76 | 112.89 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 102 | 0.66 | 0 | 0.4 | 0.33 | 143.57 | 0.49 | 0.45 |
| Hex | 3A | AA | 66 | 42 | 0 | 28 | 21 | 90 | 31 | 2D |
| Octal | 72 | 252 | 146 | 102 | 0 | 50 | 41 | 220 | 61 | 55 |
| Binary | 111010 | 10101010 | 1100110 | 1000010 | 0 | 101000 | 100001 | 10010000 | 110001 | 101101 |
Color Harmonies of #3AAA66
Complementary color
Monochromatic Colors of #3AAA66
Black with #3AAA66
Text Example
Text Example
White with #3AAA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA66; }
p { color: rgb(58,170,102); }
H1.HeaderClassName
{
color: #3AAA66;
}
.AnyTagClassName
{
color: #3AAA66;
}
</style>
background-color css
<style>
a { background-color: #3AAA66; }
a { background-color: rgb(58,170,102); }
div.DivClassName
{
background-color: #3AAA66;
}
.BgClassName
{
background-color: #3AAA66;
}
</style>
border-color css
<style>
span { border-color: #3AAA66; }
span { border-color: rgb(58,170,102); }
td.TdClassName
{
border-color: #3AAA66;
}
.TagClassName
{
border-color: #3AAA66;
}
</style>