Shades of Medium Sea Green #38C37F
Tints of Medium Sea Green #38C37F
RGB
CMYK
RGB Variations
Color information
#38C37F (or 0x38C37F) is known color: Medium Sea Green. HEX triplet: 38, C3 and 7F. RGB value is (56,195,127). Sum of RGB (Red+Green+Blue) = 56+195+127=378 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.81% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #38C37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C37F is #C73C80. Grayscale: #919191. Windows color (decimal): -13057153 or 8373048. OLE color: 8373048.
HSL color Cylindrical-coordinate representation of color #38C37F: hue angle of 150.65º 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 #38C37F is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 56 | 195 | 127 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.24 |
| HSL | 150.65º | 0.55% | 0.49% | - |
| HSV(B) | 150.65º | 0.71% | 0.76% | - |
| XYZ | 24.98 | 41.4 | 26.75 | - |
| YUV | 145.69 | 117.45 | 64.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 195 | 127 | 0.71 | 0 | 0.35 | 0.24 | 150.65 | 0.55 | 0.49 |
| Hex | 38 | C3 | 7F | 47 | 0 | 23 | 18 | 97 | 37 | 31 |
| Octal | 70 | 303 | 177 | 107 | 0 | 43 | 30 | 227 | 67 | 61 |
| Binary | 111000 | 11000011 | 1111111 | 1000111 | 0 | 100011 | 11000 | 10010111 | 110111 | 110001 |
Color Harmonies of #38C37F
Complementary color
Monochromatic Colors of #38C37F
Black with #38C37F
Text Example
Text Example
White with #38C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38C37F; }
p { color: rgb(56,195,127); }
H1.HeaderClassName
{
color: #38C37F;
}
.AnyTagClassName
{
color: #38C37F;
}
</style>
background-color css
<style>
a { background-color: #38C37F; }
a { background-color: rgb(56,195,127); }
div.DivClassName
{
background-color: #38C37F;
}
.BgClassName
{
background-color: #38C37F;
}
</style>
border-color css
<style>
span { border-color: #38C37F; }
span { border-color: rgb(56,195,127); }
td.TdClassName
{
border-color: #38C37F;
}
.TagClassName
{
border-color: #38C37F;
}
</style>