Shades of Medium Sea Green #38AC6D
Tints of Medium Sea Green #38AC6D
RGB
CMYK
RGB Variations
Color information
#38AC6D (or 0x38AC6D) is known color: Medium Sea Green. HEX triplet: 38, AC and 6D. RGB value is (56,172,109). Sum of RGB (Red+Green+Blue) = 56+172+109=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AC6D is #C75392. Grayscale: #828282. Windows color (decimal): -13063059 or 7187512. OLE color: 7187512.
HSL color Cylindrical-coordinate representation of color #38AC6D: hue angle of 147.41º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AC6D is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 172 | 109 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.33 |
| HSL | 147.41º | 0.51% | 0.45% | - |
| HSV(B) | 147.41º | 0.67% | 0.67% | - |
| XYZ | 19.14 | 31.45 | 19.53 | - |
| YUV | 130.13 | 116.07 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 172 | 109 | 0.67 | 0 | 0.37 | 0.33 | 147.41 | 0.51 | 0.45 |
| Hex | 38 | AC | 6D | 43 | 0 | 25 | 21 | 93 | 33 | 2D |
| Octal | 70 | 254 | 155 | 103 | 0 | 45 | 41 | 223 | 63 | 55 |
| Binary | 111000 | 10101100 | 1101101 | 1000011 | 0 | 100101 | 100001 | 10010011 | 110011 | 101101 |
Color Harmonies of #38AC6D
Complementary color
Monochromatic Colors of #38AC6D
Black with #38AC6D
Text Example
Text Example
White with #38AC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AC6D; }
p { color: rgb(56,172,109); }
H1.HeaderClassName
{
color: #38AC6D;
}
.AnyTagClassName
{
color: #38AC6D;
}
</style>
background-color css
<style>
a { background-color: #38AC6D; }
a { background-color: rgb(56,172,109); }
div.DivClassName
{
background-color: #38AC6D;
}
.BgClassName
{
background-color: #38AC6D;
}
</style>
border-color css
<style>
span { border-color: #38AC6D; }
span { border-color: rgb(56,172,109); }
td.TdClassName
{
border-color: #38AC6D;
}
.TagClassName
{
border-color: #38AC6D;
}
</style>