Shades of Medium Sea Green #3AAC68
Tints of Medium Sea Green #3AAC68
RGB
CMYK
RGB Variations
Color information
#3AAC68 (or 0x3AAC68) is known color: Medium Sea Green. HEX triplet: 3A, AC and 68. RGB value is (58,172,104). Sum of RGB (Red+Green+Blue) = 58+172+104=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAC68 is #C55397. Grayscale: #828282. Windows color (decimal): -12931992 or 6859834. OLE color: 6859834.
HSL color Cylindrical-coordinate representation of color #3AAC68: hue angle of 144.21º 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 #3AAC68 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 104 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.33 |
| HSL | 144.21º | 0.5% | 0.45% | - |
| HSV(B) | 144.21º | 0.66% | 0.67% | - |
| XYZ | 19 | 31.4 | 18.16 | - |
| YUV | 130.16 | 113.23 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 104 | 0.66 | 0 | 0.40 | 0.33 | 144.21 | 0.5 | 0.45 |
| Hex | 3A | AC | 68 | 42 | 0 | 28 | 21 | 90 | 32 | 2D |
| Octal | 72 | 254 | 150 | 102 | 0 | 50 | 41 | 220 | 62 | 55 |
| Binary | 111010 | 10101100 | 1101000 | 1000010 | 0 | 101000 | 100001 | 10010000 | 110010 | 101101 |
Color Harmonies of #3AAC68
Complementary color
Monochromatic Colors of #3AAC68
Black with #3AAC68
Text Example
Text Example
White with #3AAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC68; }
p { color: rgb(58,172,104); }
H1.HeaderClassName
{
color: #3AAC68;
}
.AnyTagClassName
{
color: #3AAC68;
}
</style>
background-color css
<style>
a { background-color: #3AAC68; }
a { background-color: rgb(58,172,104); }
div.DivClassName
{
background-color: #3AAC68;
}
.BgClassName
{
background-color: #3AAC68;
}
</style>
border-color css
<style>
span { border-color: #3AAC68; }
span { border-color: rgb(58,172,104); }
td.TdClassName
{
border-color: #3AAC68;
}
.TagClassName
{
border-color: #3AAC68;
}
</style>