Shades of Medium Sea Green #38C77F
Tints of Medium Sea Green #38C77F
RGB
CMYK
RGB Variations
Color information
#38C77F (or 0x38C77F) is known color: Medium Sea Green. HEX triplet: 38, C7 and 7F. RGB value is (56,199,127). Sum of RGB (Red+Green+Blue) = 56+199+127=382 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.66% from 382); Green value is 199 (78.12% from 255 or 52.09% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 199 - color contains mainly: green. Hex color #38C77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C77F is #C73880. Grayscale: #949494. Windows color (decimal): -13056129 or 8374072. OLE color: 8374072.
HSL color Cylindrical-coordinate representation of color #38C77F: hue angle of 149.79º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C77F is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 56 | 199 | 127 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.22 |
| HSL | 149.79º | 0.56% | 0.5% | - |
| HSV(B) | 149.79º | 0.72% | 0.78% | - |
| XYZ | 25.89 | 43.22 | 27.06 | - |
| YUV | 148.04 | 116.12 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 199 | 127 | 0.72 | 0 | 0.36 | 0.22 | 149.79 | 0.56 | 0.5 |
| Hex | 38 | C7 | 7F | 48 | 0 | 24 | 16 | 96 | 38 | 32 |
| Octal | 70 | 307 | 177 | 110 | 0 | 44 | 26 | 226 | 70 | 62 |
| Binary | 111000 | 11000111 | 1111111 | 1001000 | 0 | 100100 | 10110 | 10010110 | 111000 | 110010 |
Color Harmonies of #38C77F
Complementary color
Monochromatic Colors of #38C77F
Black with #38C77F
Text Example
Text Example
White with #38C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C77F; }
p { color: rgb(56,199,127); }
H1.HeaderClassName
{
color: #38C77F;
}
.AnyTagClassName
{
color: #38C77F;
}
</style>
background-color css
<style>
a { background-color: #38C77F; }
a { background-color: rgb(56,199,127); }
div.DivClassName
{
background-color: #38C77F;
}
.BgClassName
{
background-color: #38C77F;
}
</style>
border-color css
<style>
span { border-color: #38C77F; }
span { border-color: rgb(56,199,127); }
td.TdClassName
{
border-color: #38C77F;
}
.TagClassName
{
border-color: #38C77F;
}
</style>