Shades of Medium Sea Green #38BA71
Tints of Medium Sea Green #38BA71
RGB
CMYK
RGB Variations
Color information
#38BA71 (or 0x38BA71) is known color: Medium Sea Green. HEX triplet: 38, BA and 71. RGB value is (56,186,113). Sum of RGB (Red+Green+Blue) = 56+186+113=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BA71 is #C7458E. Grayscale: #8A8A8A. Windows color (decimal): -13059471 or 7453240. OLE color: 7453240.
HSL color Cylindrical-coordinate representation of color #38BA71: hue angle of 146.31º 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 #38BA71 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 186 | 113 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.27 |
| HSL | 146.31º | 0.54% | 0.47% | - |
| HSV(B) | 146.31º | 0.7% | 0.73% | - |
| XYZ | 22.17 | 37.15 | 21.63 | - |
| YUV | 138.81 | 113.43 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 113 | 0.70 | 0 | 0.39 | 0.27 | 146.31 | 0.54 | 0.47 |
| Hex | 38 | BA | 71 | 46 | 0 | 27 | 1B | 92 | 36 | 2F |
| Octal | 70 | 272 | 161 | 106 | 0 | 47 | 33 | 222 | 66 | 57 |
| Binary | 111000 | 10111010 | 1110001 | 1000110 | 0 | 100111 | 11011 | 10010010 | 110110 | 101111 |
Color Harmonies of #38BA71
Complementary color
Monochromatic Colors of #38BA71
Black with #38BA71
Text Example
Text Example
White with #38BA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BA71; }
p { color: rgb(56,186,113); }
H1.HeaderClassName
{
color: #38BA71;
}
.AnyTagClassName
{
color: #38BA71;
}
</style>
background-color css
<style>
a { background-color: #38BA71; }
a { background-color: rgb(56,186,113); }
div.DivClassName
{
background-color: #38BA71;
}
.BgClassName
{
background-color: #38BA71;
}
</style>
border-color css
<style>
span { border-color: #38BA71; }
span { border-color: rgb(56,186,113); }
td.TdClassName
{
border-color: #38BA71;
}
.TagClassName
{
border-color: #38BA71;
}
</style>