Shades of Medium Sea Green #38BC71
Tints of Medium Sea Green #38BC71
RGB
CMYK
RGB Variations
Color information
#38BC71 (or 0x38BC71) is known color: Medium Sea Green. HEX triplet: 38, BC and 71. RGB value is (56,188,113). Sum of RGB (Red+Green+Blue) = 56+188+113=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BC71 is #C7438E. Grayscale: #8C8C8C. Windows color (decimal): -13058959 or 7453752. OLE color: 7453752.
HSL color Cylindrical-coordinate representation of color #38BC71: hue angle of 145.91º 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 #38BC71 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 188 | 113 | - |
| CMYK | 0.70 | 0 | 0.40 | 0.26 |
| HSL | 145.91º | 0.54% | 0.48% | - |
| HSV(B) | 145.91º | 0.7% | 0.74% | - |
| XYZ | 22.59 | 38 | 21.77 | - |
| YUV | 139.98 | 112.77 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 113 | 0.70 | 0 | 0.40 | 0.26 | 145.91 | 0.54 | 0.48 |
| Hex | 38 | BC | 71 | 46 | 0 | 28 | 1A | 92 | 36 | 30 |
| Octal | 70 | 274 | 161 | 106 | 0 | 50 | 32 | 222 | 66 | 60 |
| Binary | 111000 | 10111100 | 1110001 | 1000110 | 0 | 101000 | 11010 | 10010010 | 110110 | 110000 |
Color Harmonies of #38BC71
Complementary color
Monochromatic Colors of #38BC71
Black with #38BC71
Text Example
Text Example
White with #38BC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BC71; }
p { color: rgb(56,188,113); }
H1.HeaderClassName
{
color: #38BC71;
}
.AnyTagClassName
{
color: #38BC71;
}
</style>
background-color css
<style>
a { background-color: #38BC71; }
a { background-color: rgb(56,188,113); }
div.DivClassName
{
background-color: #38BC71;
}
.BgClassName
{
background-color: #38BC71;
}
</style>
border-color css
<style>
span { border-color: #38BC71; }
span { border-color: rgb(56,188,113); }
td.TdClassName
{
border-color: #38BC71;
}
.TagClassName
{
border-color: #38BC71;
}
</style>