Shades of Medium Sea Green #38B15F
Tints of Medium Sea Green #38B15F
RGB
CMYK
RGB Variations
Color information
#38B15F (or 0x38B15F) is known color: Medium Sea Green. HEX triplet: 38, B1 and 5F. RGB value is (56,177,95). Sum of RGB (Red+Green+Blue) = 56+177+95=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 177 (69.53% from 255 or 53.96% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 177 - color contains mainly: green. Hex color #38B15F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B15F is #C74EA0. Grayscale: #838383. Windows color (decimal): -13061793 or 6271288. OLE color: 6271288.
HSL color Cylindrical-coordinate representation of color #38B15F: hue angle of 139.34º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B15F is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 177 | 95 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.31 |
| HSL | 139.34º | 0.52% | 0.46% | - |
| HSV(B) | 139.34º | 0.68% | 0.69% | - |
| XYZ | 19.42 | 33.11 | 16.19 | - |
| YUV | 131.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 177 | 95 | 0.68 | 0 | 0.46 | 0.31 | 139.34 | 0.52 | 0.46 |
| Hex | 38 | B1 | 5F | 44 | 0 | 2E | 1F | 8B | 34 | 2E |
| Octal | 70 | 261 | 137 | 104 | 0 | 56 | 37 | 213 | 64 | 56 |
| Binary | 111000 | 10110001 | 1011111 | 1000100 | 0 | 101110 | 11111 | 10001011 | 110100 | 101110 |
Color Harmonies of #38B15F
Complementary color
Monochromatic Colors of #38B15F
Black with #38B15F
Text Example
Text Example
White with #38B15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B15F; }
p { color: rgb(56,177,95); }
H1.HeaderClassName
{
color: #38B15F;
}
.AnyTagClassName
{
color: #38B15F;
}
</style>
background-color css
<style>
a { background-color: #38B15F; }
a { background-color: rgb(56,177,95); }
div.DivClassName
{
background-color: #38B15F;
}
.BgClassName
{
background-color: #38B15F;
}
</style>
border-color css
<style>
span { border-color: #38B15F; }
span { border-color: rgb(56,177,95); }
td.TdClassName
{
border-color: #38B15F;
}
.TagClassName
{
border-color: #38B15F;
}
</style>