Shades of Medium Sea Green #38BA7D
Tints of Medium Sea Green #38BA7D
RGB
CMYK
RGB Variations
Color information
#38BA7D (or 0x38BA7D) is known color: Medium Sea Green. HEX triplet: 38, BA and 7D. RGB value is (56,186,125). Sum of RGB (Red+Green+Blue) = 56+186+125=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BA7D is #C74582. Grayscale: #8C8C8C. Windows color (decimal): -13059459 or 8239672. OLE color: 8239672.
HSL color Cylindrical-coordinate representation of color #38BA7D: hue angle of 151.85º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA7D is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 186 | 125 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.27 |
| HSL | 151.85º | 0.54% | 0.47% | - |
| HSV(B) | 151.85º | 0.7% | 0.73% | - |
| XYZ | 22.89 | 37.44 | 25.42 | - |
| YUV | 140.18 | 119.43 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 125 | 0.70 | 0 | 0.33 | 0.27 | 151.85 | 0.54 | 0.47 |
| Hex | 38 | BA | 7D | 46 | 0 | 21 | 1B | 98 | 36 | 2F |
| Octal | 70 | 272 | 175 | 106 | 0 | 41 | 33 | 230 | 66 | 57 |
| Binary | 111000 | 10111010 | 1111101 | 1000110 | 0 | 100001 | 11011 | 10011000 | 110110 | 101111 |
Color Harmonies of #38BA7D
Complementary color
Monochromatic Colors of #38BA7D
Black with #38BA7D
Text Example
Text Example
White with #38BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BA7D; }
p { color: rgb(56,186,125); }
H1.HeaderClassName
{
color: #38BA7D;
}
.AnyTagClassName
{
color: #38BA7D;
}
</style>
background-color css
<style>
a { background-color: #38BA7D; }
a { background-color: rgb(56,186,125); }
div.DivClassName
{
background-color: #38BA7D;
}
.BgClassName
{
background-color: #38BA7D;
}
</style>
border-color css
<style>
span { border-color: #38BA7D; }
span { border-color: rgb(56,186,125); }
td.TdClassName
{
border-color: #38BA7D;
}
.TagClassName
{
border-color: #38BA7D;
}
</style>