Shades of Medium Sea Green #38C279
Tints of Medium Sea Green #38C279
RGB
CMYK
RGB Variations
Color information
#38C279 (or 0x38C279) is known color: Medium Sea Green. HEX triplet: 38, C2 and 79. RGB value is (56,194,121). Sum of RGB (Red+Green+Blue) = 56+194+121=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #38C279 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C279 is #C73D86. Grayscale: #909090. Windows color (decimal): -13057415 or 7979576. OLE color: 7979576.
HSL color Cylindrical-coordinate representation of color #38C279: hue angle of 148.26º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C279 is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 194 | 121 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.24 |
| HSL | 148.26º | 0.55% | 0.49% | - |
| HSV(B) | 148.26º | 0.71% | 0.76% | - |
| XYZ | 24.37 | 40.8 | 24.68 | - |
| YUV | 144.42 | 114.78 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 194 | 121 | 0.71 | 0 | 0.38 | 0.24 | 148.26 | 0.55 | 0.49 |
| Hex | 38 | C2 | 79 | 47 | 0 | 26 | 18 | 94 | 37 | 31 |
| Octal | 70 | 302 | 171 | 107 | 0 | 46 | 30 | 224 | 67 | 61 |
| Binary | 111000 | 11000010 | 1111001 | 1000111 | 0 | 100110 | 11000 | 10010100 | 110111 | 110001 |
Color Harmonies of #38C279
Complementary color
Monochromatic Colors of #38C279
Black with #38C279
Text Example
Text Example
White with #38C279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C279; }
p { color: rgb(56,194,121); }
H1.HeaderClassName
{
color: #38C279;
}
.AnyTagClassName
{
color: #38C279;
}
</style>
background-color css
<style>
a { background-color: #38C279; }
a { background-color: rgb(56,194,121); }
div.DivClassName
{
background-color: #38C279;
}
.BgClassName
{
background-color: #38C279;
}
</style>
border-color css
<style>
span { border-color: #38C279; }
span { border-color: rgb(56,194,121); }
td.TdClassName
{
border-color: #38C279;
}
.TagClassName
{
border-color: #38C279;
}
</style>