Shades of Medium Sea Green #38AD68
Tints of Medium Sea Green #38AD68
RGB
CMYK
RGB Variations
Color information
#38AD68 (or 0x38AD68) is known color: Medium Sea Green. HEX triplet: 38, AD and 68. RGB value is (56,173,104). Sum of RGB (Red+Green+Blue) = 56+173+104=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AD68 is #C75297. Grayscale: #828282. Windows color (decimal): -13062808 or 6860088. OLE color: 6860088.
HSL color Cylindrical-coordinate representation of color #38AD68: hue angle of 144.62º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AD68 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 173 | 104 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.32 |
| HSL | 144.62º | 0.51% | 0.45% | - |
| HSV(B) | 144.62º | 0.68% | 0.68% | - |
| XYZ | 19.07 | 31.73 | 18.22 | - |
| YUV | 130.15 | 113.24 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 104 | 0.68 | 0 | 0.40 | 0.32 | 144.62 | 0.51 | 0.45 |
| Hex | 38 | AD | 68 | 44 | 0 | 28 | 20 | 91 | 33 | 2D |
| Octal | 70 | 255 | 150 | 104 | 0 | 50 | 40 | 221 | 63 | 55 |
| Binary | 111000 | 10101101 | 1101000 | 1000100 | 0 | 101000 | 100000 | 10010001 | 110011 | 101101 |
Color Harmonies of #38AD68
Complementary color
Monochromatic Colors of #38AD68
Black with #38AD68
Text Example
Text Example
White with #38AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AD68; }
p { color: rgb(56,173,104); }
H1.HeaderClassName
{
color: #38AD68;
}
.AnyTagClassName
{
color: #38AD68;
}
</style>
background-color css
<style>
a { background-color: #38AD68; }
a { background-color: rgb(56,173,104); }
div.DivClassName
{
background-color: #38AD68;
}
.BgClassName
{
background-color: #38AD68;
}
</style>
border-color css
<style>
span { border-color: #38AD68; }
span { border-color: rgb(56,173,104); }
td.TdClassName
{
border-color: #38AD68;
}
.TagClassName
{
border-color: #38AD68;
}
</style>