Shades of Medium Sea Green #38C561
Tints of Medium Sea Green #38C561
RGB
CMYK
RGB Variations
Color information
#38C561 (or 0x38C561) is known color: Medium Sea Green. HEX triplet: 38, C5 and 61. RGB value is (56,197,97). Sum of RGB (Red+Green+Blue) = 56+197+97=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 197 (77.34% from 255 or 56.29% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 197 - color contains mainly: green. Hex color #38C561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C561 is #C73A9E. Grayscale: #8F8F8F. Windows color (decimal): -13056671 or 6407480. OLE color: 6407480.
HSL color Cylindrical-coordinate representation of color #38C561: hue angle of 137.45º 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 #38C561 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 56 | 197 | 97 | - |
| CMYK | 0.72 | 0 | 0.51 | 0.23 |
| HSL | 137.45º | 0.56% | 0.5% | - |
| HSV(B) | 137.45º | 0.72% | 0.77% | - |
| XYZ | 23.75 | 41.64 | 18.09 | - |
| YUV | 143.44 | 101.79 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 197 | 97 | 0.72 | 0 | 0.51 | 0.23 | 137.45 | 0.56 | 0.5 |
| Hex | 38 | C5 | 61 | 48 | 0 | 33 | 17 | 89 | 38 | 32 |
| Octal | 70 | 305 | 141 | 110 | 0 | 63 | 27 | 211 | 70 | 62 |
| Binary | 111000 | 11000101 | 1100001 | 1001000 | 0 | 110011 | 10111 | 10001001 | 111000 | 110010 |
Color Harmonies of #38C561
Complementary color
Monochromatic Colors of #38C561
Black with #38C561
Text Example
Text Example
White with #38C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C561; }
p { color: rgb(56,197,97); }
H1.HeaderClassName
{
color: #38C561;
}
.AnyTagClassName
{
color: #38C561;
}
</style>
background-color css
<style>
a { background-color: #38C561; }
a { background-color: rgb(56,197,97); }
div.DivClassName
{
background-color: #38C561;
}
.BgClassName
{
background-color: #38C561;
}
</style>
border-color css
<style>
span { border-color: #38C561; }
span { border-color: rgb(56,197,97); }
td.TdClassName
{
border-color: #38C561;
}
.TagClassName
{
border-color: #38C561;
}
</style>