Shades of Medium Sea Green #38BC7D
Tints of Medium Sea Green #38BC7D
RGB
CMYK
RGB Variations
Color information
#38BC7D (or 0x38BC7D) is known color: Medium Sea Green. HEX triplet: 38, BC and 7D. RGB value is (56,188,125). Sum of RGB (Red+Green+Blue) = 56+188+125=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 188 (73.83% from 255 or 50.95% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BC7D is #C74382. Grayscale: #8D8D8D. Windows color (decimal): -13058947 or 8240184. OLE color: 8240184.
HSL color Cylindrical-coordinate representation of color #38BC7D: hue angle of 151.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BC7D is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 188 | 125 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.26 |
| HSL | 151.36º | 0.54% | 0.48% | - |
| HSV(B) | 151.36º | 0.7% | 0.74% | - |
| XYZ | 23.32 | 38.29 | 25.56 | - |
| YUV | 141.35 | 118.77 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 125 | 0.70 | 0 | 0.34 | 0.26 | 151.36 | 0.54 | 0.48 |
| Hex | 38 | BC | 7D | 46 | 0 | 22 | 1A | 97 | 36 | 30 |
| Octal | 70 | 274 | 175 | 106 | 0 | 42 | 32 | 227 | 66 | 60 |
| Binary | 111000 | 10111100 | 1111101 | 1000110 | 0 | 100010 | 11010 | 10010111 | 110110 | 110000 |
Color Harmonies of #38BC7D
Complementary color
Monochromatic Colors of #38BC7D
Black with #38BC7D
Text Example
Text Example
White with #38BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BC7D; }
p { color: rgb(56,188,125); }
H1.HeaderClassName
{
color: #38BC7D;
}
.AnyTagClassName
{
color: #38BC7D;
}
</style>
background-color css
<style>
a { background-color: #38BC7D; }
a { background-color: rgb(56,188,125); }
div.DivClassName
{
background-color: #38BC7D;
}
.BgClassName
{
background-color: #38BC7D;
}
</style>
border-color css
<style>
span { border-color: #38BC7D; }
span { border-color: rgb(56,188,125); }
td.TdClassName
{
border-color: #38BC7D;
}
.TagClassName
{
border-color: #38BC7D;
}
</style>