Shades of Medium Sea Green #38AD76
Tints of Medium Sea Green #38AD76
RGB
CMYK
RGB Variations
Color information
#38AD76 (or 0x38AD76) is known color: Medium Sea Green. HEX triplet: 38, AD and 76. RGB value is (56,173,118). Sum of RGB (Red+Green+Blue) = 56+173+118=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AD76 is #C75289. Grayscale: #838383. Windows color (decimal): -13062794 or 7777592. OLE color: 7777592.
HSL color Cylindrical-coordinate representation of color #38AD76: hue angle of 151.79º 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 #38AD76 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 173 | 118 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.32 |
| HSL | 151.79º | 0.51% | 0.45% | - |
| HSV(B) | 151.79º | 0.68% | 0.68% | - |
| XYZ | 19.84 | 32.04 | 22.28 | - |
| YUV | 131.75 | 120.24 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 118 | 0.68 | 0 | 0.32 | 0.32 | 151.79 | 0.51 | 0.45 |
| Hex | 38 | AD | 76 | 44 | 0 | 20 | 20 | 98 | 33 | 2D |
| Octal | 70 | 255 | 166 | 104 | 0 | 40 | 40 | 230 | 63 | 55 |
| Binary | 111000 | 10101101 | 1110110 | 1000100 | 0 | 100000 | 100000 | 10011000 | 110011 | 101101 |
Color Harmonies of #38AD76
Complementary color
Monochromatic Colors of #38AD76
Black with #38AD76
Text Example
Text Example
White with #38AD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AD76; }
p { color: rgb(56,173,118); }
H1.HeaderClassName
{
color: #38AD76;
}
.AnyTagClassName
{
color: #38AD76;
}
</style>
background-color css
<style>
a { background-color: #38AD76; }
a { background-color: rgb(56,173,118); }
div.DivClassName
{
background-color: #38AD76;
}
.BgClassName
{
background-color: #38AD76;
}
</style>
border-color css
<style>
span { border-color: #38AD76; }
span { border-color: rgb(56,173,118); }
td.TdClassName
{
border-color: #38AD76;
}
.TagClassName
{
border-color: #38AD76;
}
</style>