Shades of Medium Sea Green #38BC7B
Tints of Medium Sea Green #38BC7B
RGB
CMYK
RGB Variations
Color information
#38BC7B (or 0x38BC7B) is known color: Medium Sea Green. HEX triplet: 38, BC and 7B. RGB value is (56,188,123). Sum of RGB (Red+Green+Blue) = 56+188+123=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BC7B is #C74384. Grayscale: #8D8D8D. Windows color (decimal): -13058949 or 8109112. OLE color: 8109112.
HSL color Cylindrical-coordinate representation of color #38BC7B: hue angle of 150.45º 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 #38BC7B is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 56 | 188 | 123 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.26 |
| HSL | 150.45º | 0.54% | 0.48% | - |
| HSV(B) | 150.45º | 0.7% | 0.74% | - |
| XYZ | 23.19 | 38.24 | 24.9 | - |
| YUV | 141.12 | 117.77 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 188 | 123 | 0.70 | 0 | 0.35 | 0.26 | 150.45 | 0.54 | 0.48 |
| Hex | 38 | BC | 7B | 46 | 0 | 23 | 1A | 96 | 36 | 30 |
| Octal | 70 | 274 | 173 | 106 | 0 | 43 | 32 | 226 | 66 | 60 |
| Binary | 111000 | 10111100 | 1111011 | 1000110 | 0 | 100011 | 11010 | 10010110 | 110110 | 110000 |
Color Harmonies of #38BC7B
Complementary color
Monochromatic Colors of #38BC7B
Black with #38BC7B
Text Example
Text Example
White with #38BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38BC7B; }
p { color: rgb(56,188,123); }
H1.HeaderClassName
{
color: #38BC7B;
}
.AnyTagClassName
{
color: #38BC7B;
}
</style>
background-color css
<style>
a { background-color: #38BC7B; }
a { background-color: rgb(56,188,123); }
div.DivClassName
{
background-color: #38BC7B;
}
.BgClassName
{
background-color: #38BC7B;
}
</style>
border-color css
<style>
span { border-color: #38BC7B; }
span { border-color: rgb(56,188,123); }
td.TdClassName
{
border-color: #38BC7B;
}
.TagClassName
{
border-color: #38BC7B;
}
</style>