Shades of Medium Sea Green #38C56F
Tints of Medium Sea Green #38C56F
RGB
CMYK
RGB Variations
Color information
#38C56F (or 0x38C56F) is known color: Medium Sea Green. HEX triplet: 38, C5 and 6F. RGB value is (56,197,111). Sum of RGB (Red+Green+Blue) = 56+197+111=364 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.38% from 364); Green value is 197 (77.34% from 255 or 54.12% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 197 - color contains mainly: green. Hex color #38C56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C56F is #C73A90. Grayscale: #919191. Windows color (decimal): -13056657 or 7324984. OLE color: 7324984.
HSL color Cylindrical-coordinate representation of color #38C56F: hue angle of 143.4º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C56F is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 197 | 111 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.23 |
| HSL | 143.4º | 0.56% | 0.5% | - |
| HSV(B) | 143.4º | 0.72% | 0.77% | - |
| XYZ | 24.47 | 41.92 | 21.84 | - |
| YUV | 145.04 | 108.79 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 111 | 0.72 | 0 | 0.44 | 0.23 | 143.4 | 0.56 | 0.5 |
| Hex | 38 | C5 | 6F | 48 | 0 | 2C | 17 | 8F | 38 | 32 |
| Octal | 70 | 305 | 157 | 110 | 0 | 54 | 27 | 217 | 70 | 62 |
| Binary | 111000 | 11000101 | 1101111 | 1001000 | 0 | 101100 | 10111 | 10001111 | 111000 | 110010 |
Color Harmonies of #38C56F
Complementary color
Monochromatic Colors of #38C56F
Black with #38C56F
Text Example
Text Example
White with #38C56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C56F; }
p { color: rgb(56,197,111); }
H1.HeaderClassName
{
color: #38C56F;
}
.AnyTagClassName
{
color: #38C56F;
}
</style>
background-color css
<style>
a { background-color: #38C56F; }
a { background-color: rgb(56,197,111); }
div.DivClassName
{
background-color: #38C56F;
}
.BgClassName
{
background-color: #38C56F;
}
</style>
border-color css
<style>
span { border-color: #38C56F; }
span { border-color: rgb(56,197,111); }
td.TdClassName
{
border-color: #38C56F;
}
.TagClassName
{
border-color: #38C56F;
}
</style>