Shades of Medium Sea Green #38B772
Tints of Medium Sea Green #38B772
RGB
CMYK
RGB Variations
Color information
#38B772 (or 0x38B772) is known color: Medium Sea Green. HEX triplet: 38, B7 and 72. RGB value is (56,183,114). Sum of RGB (Red+Green+Blue) = 56+183+114=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #38B772 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B772 is #C7488D. Grayscale: #898989. Windows color (decimal): -13060238 or 7518008. OLE color: 7518008.
HSL color Cylindrical-coordinate representation of color #38B772: hue angle of 147.4º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B772 is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 56 | 183 | 114 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.28 |
| HSL | 147.4º | 0.53% | 0.47% | - |
| HSV(B) | 147.4º | 0.69% | 0.72% | - |
| XYZ | 21.6 | 35.92 | 21.71 | - |
| YUV | 137.16 | 114.92 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 183 | 114 | 0.69 | 0 | 0.38 | 0.28 | 147.4 | 0.53 | 0.47 |
| Hex | 38 | B7 | 72 | 45 | 0 | 26 | 1C | 93 | 35 | 2F |
| Octal | 70 | 267 | 162 | 105 | 0 | 46 | 34 | 223 | 65 | 57 |
| Binary | 111000 | 10110111 | 1110010 | 1000101 | 0 | 100110 | 11100 | 10010011 | 110101 | 101111 |
Color Harmonies of #38B772
Complementary color
Monochromatic Colors of #38B772
Black with #38B772
Text Example
Text Example
White with #38B772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B772; }
p { color: rgb(56,183,114); }
H1.HeaderClassName
{
color: #38B772;
}
.AnyTagClassName
{
color: #38B772;
}
</style>
background-color css
<style>
a { background-color: #38B772; }
a { background-color: rgb(56,183,114); }
div.DivClassName
{
background-color: #38B772;
}
.BgClassName
{
background-color: #38B772;
}
</style>
border-color css
<style>
span { border-color: #38B772; }
span { border-color: rgb(56,183,114); }
td.TdClassName
{
border-color: #38B772;
}
.TagClassName
{
border-color: #38B772;
}
</style>