Shades of Medium Sea Green #38BA6E
Tints of Medium Sea Green #38BA6E
RGB
CMYK
RGB Variations
Color information
#38BA6E (or 0x38BA6E) is known color: Medium Sea Green. HEX triplet: 38, BA and 6E. RGB value is (56,186,110). Sum of RGB (Red+Green+Blue) = 56+186+110=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BA6E is #C74591. Grayscale: #8A8A8A. Windows color (decimal): -13059474 or 7256632. OLE color: 7256632.
HSL color Cylindrical-coordinate representation of color #38BA6E: hue angle of 144.92º 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 #38BA6E is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 186 | 110 | - |
| CMYK | 0.70 | 0 | 0.41 | 0.27 |
| HSL | 144.92º | 0.54% | 0.47% | - |
| HSV(B) | 144.92º | 0.7% | 0.73% | - |
| XYZ | 22 | 37.08 | 20.75 | - |
| YUV | 138.47 | 111.93 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 186 | 110 | 0.70 | 0 | 0.41 | 0.27 | 144.92 | 0.54 | 0.47 |
| Hex | 38 | BA | 6E | 46 | 0 | 29 | 1B | 91 | 36 | 2F |
| Octal | 70 | 272 | 156 | 106 | 0 | 51 | 33 | 221 | 66 | 57 |
| Binary | 111000 | 10111010 | 1101110 | 1000110 | 0 | 101001 | 11011 | 10010001 | 110110 | 101111 |
Color Harmonies of #38BA6E
Complementary color
Monochromatic Colors of #38BA6E
Black with #38BA6E
Text Example
Text Example
White with #38BA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BA6E; }
p { color: rgb(56,186,110); }
H1.HeaderClassName
{
color: #38BA6E;
}
.AnyTagClassName
{
color: #38BA6E;
}
</style>
background-color css
<style>
a { background-color: #38BA6E; }
a { background-color: rgb(56,186,110); }
div.DivClassName
{
background-color: #38BA6E;
}
.BgClassName
{
background-color: #38BA6E;
}
</style>
border-color css
<style>
span { border-color: #38BA6E; }
span { border-color: rgb(56,186,110); }
td.TdClassName
{
border-color: #38BA6E;
}
.TagClassName
{
border-color: #38BA6E;
}
</style>