Shades of Medium Sea Green #38AD75
Tints of Medium Sea Green #38AD75
RGB
CMYK
RGB Variations
Color information
#38AD75 (or 0x38AD75) is known color: Medium Sea Green. HEX triplet: 38, AD and 75. RGB value is (56,173,117). Sum of RGB (Red+Green+Blue) = 56+173+117=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 173 (67.97% from 255 or 50% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 173 - color contains mainly: green. Hex color #38AD75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AD75 is #C7528A. Grayscale: #838383. Windows color (decimal): -13062795 or 7712056. OLE color: 7712056.
HSL color Cylindrical-coordinate representation of color #38AD75: hue angle of 151.28º 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 #38AD75 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 56 | 173 | 117 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.32 |
| HSL | 151.28º | 0.51% | 0.45% | - |
| HSV(B) | 151.28º | 0.68% | 0.68% | - |
| XYZ | 19.79 | 32.01 | 21.97 | - |
| YUV | 131.63 | 119.74 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 173 | 117 | 0.68 | 0 | 0.32 | 0.32 | 151.28 | 0.51 | 0.45 |
| Hex | 38 | AD | 75 | 44 | 0 | 20 | 20 | 97 | 33 | 2D |
| Octal | 70 | 255 | 165 | 104 | 0 | 40 | 40 | 227 | 63 | 55 |
| Binary | 111000 | 10101101 | 1110101 | 1000100 | 0 | 100000 | 100000 | 10010111 | 110011 | 101101 |
Color Harmonies of #38AD75
Complementary color
Monochromatic Colors of #38AD75
Black with #38AD75
Text Example
Text Example
White with #38AD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AD75; }
p { color: rgb(56,173,117); }
H1.HeaderClassName
{
color: #38AD75;
}
.AnyTagClassName
{
color: #38AD75;
}
</style>
background-color css
<style>
a { background-color: #38AD75; }
a { background-color: rgb(56,173,117); }
div.DivClassName
{
background-color: #38AD75;
}
.BgClassName
{
background-color: #38AD75;
}
</style>
border-color css
<style>
span { border-color: #38AD75; }
span { border-color: rgb(56,173,117); }
td.TdClassName
{
border-color: #38AD75;
}
.TagClassName
{
border-color: #38AD75;
}
</style>