Shades of Medium Sea Green #38A375
Tints of Medium Sea Green #38A375
RGB
CMYK
RGB Variations
Color information
#38A375 (or 0x38A375) is known color: Medium Sea Green. HEX triplet: 38, A3 and 75. RGB value is (56,163,117). Sum of RGB (Red+Green+Blue) = 56+163+117=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #38A375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A375 is #C75C8A. Grayscale: #7D7D7D. Windows color (decimal): -13065355 or 7709496. OLE color: 7709496.
HSL color Cylindrical-coordinate representation of color #38A375: hue angle of 154.21º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A375 is Cyan = 0.66, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 163 | 117 | - |
| CMYK | 0.66 | 0 | 0.28 | 0.36 |
| HSL | 154.21º | 0.49% | 0.43% | - |
| HSV(B) | 154.21º | 0.66% | 0.64% | - |
| XYZ | 17.94 | 28.32 | 21.35 | - |
| YUV | 125.76 | 123.05 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 163 | 117 | 0.66 | 0 | 0.28 | 0.36 | 154.21 | 0.49 | 0.43 |
| Hex | 38 | A3 | 75 | 42 | 0 | 1C | 24 | 9A | 31 | 2B |
| Octal | 70 | 243 | 165 | 102 | 0 | 34 | 44 | 232 | 61 | 53 |
| Binary | 111000 | 10100011 | 1110101 | 1000010 | 0 | 11100 | 100100 | 10011010 | 110001 | 101011 |
Color Harmonies of #38A375
Complementary color
Monochromatic Colors of #38A375
Black with #38A375
Text Example
Text Example
White with #38A375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A375; }
p { color: rgb(56,163,117); }
H1.HeaderClassName
{
color: #38A375;
}
.AnyTagClassName
{
color: #38A375;
}
</style>
background-color css
<style>
a { background-color: #38A375; }
a { background-color: rgb(56,163,117); }
div.DivClassName
{
background-color: #38A375;
}
.BgClassName
{
background-color: #38A375;
}
</style>
border-color css
<style>
span { border-color: #38A375; }
span { border-color: rgb(56,163,117); }
td.TdClassName
{
border-color: #38A375;
}
.TagClassName
{
border-color: #38A375;
}
</style>