Shades of Medium Sea Green #38B977
Tints of Medium Sea Green #38B977
RGB
CMYK
RGB Variations
Color information
#38B977 (or 0x38B977) is known color: Medium Sea Green. HEX triplet: 38, B9 and 77. RGB value is (56,185,119). Sum of RGB (Red+Green+Blue) = 56+185+119=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #38B977 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B977 is #C74688. Grayscale: #8B8B8B. Windows color (decimal): -13059721 or 7846200. OLE color: 7846200.
HSL color Cylindrical-coordinate representation of color #38B977: hue angle of 149.3º 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 #38B977 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 56 | 185 | 119 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.27 |
| HSL | 149.3º | 0.54% | 0.47% | - |
| HSV(B) | 149.3º | 0.7% | 0.73% | - |
| XYZ | 22.31 | 36.87 | 23.39 | - |
| YUV | 138.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 185 | 119 | 0.70 | 0 | 0.36 | 0.27 | 149.3 | 0.54 | 0.47 |
| Hex | 38 | B9 | 77 | 46 | 0 | 24 | 1B | 95 | 36 | 2F |
| Octal | 70 | 271 | 167 | 106 | 0 | 44 | 33 | 225 | 66 | 57 |
| Binary | 111000 | 10111001 | 1110111 | 1000110 | 0 | 100100 | 11011 | 10010101 | 110110 | 101111 |
Color Harmonies of #38B977
Complementary color
Monochromatic Colors of #38B977
Black with #38B977
Text Example
Text Example
White with #38B977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B977; }
p { color: rgb(56,185,119); }
H1.HeaderClassName
{
color: #38B977;
}
.AnyTagClassName
{
color: #38B977;
}
</style>
background-color css
<style>
a { background-color: #38B977; }
a { background-color: rgb(56,185,119); }
div.DivClassName
{
background-color: #38B977;
}
.BgClassName
{
background-color: #38B977;
}
</style>
border-color css
<style>
span { border-color: #38B977; }
span { border-color: rgb(56,185,119); }
td.TdClassName
{
border-color: #38B977;
}
.TagClassName
{
border-color: #38B977;
}
</style>