Shades of Medium Sea Green #38BA5F
Tints of Medium Sea Green #38BA5F
RGB
CMYK
RGB Variations
Color information
#38BA5F (or 0x38BA5F) is known color: Medium Sea Green. HEX triplet: 38, BA and 5F. RGB value is (56,186,95). Sum of RGB (Red+Green+Blue) = 56+186+95=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BA5F is #C745A0. Grayscale: #888888. Windows color (decimal): -13059489 or 6273592. OLE color: 6273592.
HSL color Cylindrical-coordinate representation of color #38BA5F: hue angle of 138º 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 #38BA5F is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 186 | 95 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.27 |
| HSL | 138º | 0.54% | 0.47% | - |
| HSV(B) | 138º | 0.7% | 0.73% | - |
| XYZ | 21.26 | 36.78 | 16.81 | - |
| YUV | 136.76 | 104.43 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 95 | 0.70 | 0 | 0.49 | 0.27 | 138 | 0.54 | 0.47 |
| Hex | 38 | BA | 5F | 46 | 0 | 31 | 1B | 8A | 36 | 2F |
| Octal | 70 | 272 | 137 | 106 | 0 | 61 | 33 | 212 | 66 | 57 |
| Binary | 111000 | 10111010 | 1011111 | 1000110 | 0 | 110001 | 11011 | 10001010 | 110110 | 101111 |
Color Harmonies of #38BA5F
Complementary color
Monochromatic Colors of #38BA5F
Black with #38BA5F
Text Example
Text Example
White with #38BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BA5F; }
p { color: rgb(56,186,95); }
H1.HeaderClassName
{
color: #38BA5F;
}
.AnyTagClassName
{
color: #38BA5F;
}
</style>
background-color css
<style>
a { background-color: #38BA5F; }
a { background-color: rgb(56,186,95); }
div.DivClassName
{
background-color: #38BA5F;
}
.BgClassName
{
background-color: #38BA5F;
}
</style>
border-color css
<style>
span { border-color: #38BA5F; }
span { border-color: rgb(56,186,95); }
td.TdClassName
{
border-color: #38BA5F;
}
.TagClassName
{
border-color: #38BA5F;
}
</style>