Shades of Medium Sea Green #3AA668
Tints of Medium Sea Green #3AA668
RGB
CMYK
RGB Variations
Color information
#3AA668 (or 0x3AA668) is known color: Medium Sea Green. HEX triplet: 3A, A6 and 68. RGB value is (58,166,104). Sum of RGB (Red+Green+Blue) = 58+166+104=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #3AA668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA668 is #C55997. Grayscale: #7E7E7E. Windows color (decimal): -12933528 or 6858298. OLE color: 6858298.
HSL color Cylindrical-coordinate representation of color #3AA668: hue angle of 145.56º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA668 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 166 | 104 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.35 |
| HSL | 145.56º | 0.48% | 0.44% | - |
| HSV(B) | 145.56º | 0.65% | 0.65% | - |
| XYZ | 17.88 | 29.17 | 17.78 | - |
| YUV | 126.64 | 115.22 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 166 | 104 | 0.65 | 0 | 0.37 | 0.35 | 145.56 | 0.48 | 0.44 |
| Hex | 3A | A6 | 68 | 41 | 0 | 25 | 23 | 92 | 30 | 2C |
| Octal | 72 | 246 | 150 | 101 | 0 | 45 | 43 | 222 | 60 | 54 |
| Binary | 111010 | 10100110 | 1101000 | 1000001 | 0 | 100101 | 100011 | 10010010 | 110000 | 101100 |
Color Harmonies of #3AA668
Complementary color
Monochromatic Colors of #3AA668
Black with #3AA668
Text Example
Text Example
White with #3AA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA668; }
p { color: rgb(58,166,104); }
H1.HeaderClassName
{
color: #3AA668;
}
.AnyTagClassName
{
color: #3AA668;
}
</style>
background-color css
<style>
a { background-color: #3AA668; }
a { background-color: rgb(58,166,104); }
div.DivClassName
{
background-color: #3AA668;
}
.BgClassName
{
background-color: #3AA668;
}
</style>
border-color css
<style>
span { border-color: #3AA668; }
span { border-color: rgb(58,166,104); }
td.TdClassName
{
border-color: #3AA668;
}
.TagClassName
{
border-color: #3AA668;
}
</style>