Shades of Medium Sea Green #38A372
Tints of Medium Sea Green #38A372
RGB
CMYK
RGB Variations
Color information
#38A372 (or 0x38A372) is known color: Medium Sea Green. HEX triplet: 38, A3 and 72. RGB value is (56,163,114). Sum of RGB (Red+Green+Blue) = 56+163+114=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #38A372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A372 is #C75C8D. Grayscale: #7D7D7D. Windows color (decimal): -13065358 or 7512888. OLE color: 7512888.
HSL color Cylindrical-coordinate representation of color #38A372: hue angle of 152.52º 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 #38A372 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 163 | 114 | - |
| CMYK | 0.66 | 0 | 0.30 | 0.36 |
| HSL | 152.52º | 0.49% | 0.43% | - |
| HSV(B) | 152.52º | 0.66% | 0.64% | - |
| XYZ | 17.77 | 28.25 | 20.44 | - |
| YUV | 125.42 | 121.55 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 163 | 114 | 0.66 | 0 | 0.30 | 0.36 | 152.52 | 0.49 | 0.43 |
| Hex | 38 | A3 | 72 | 42 | 0 | 1E | 24 | 99 | 31 | 2B |
| Octal | 70 | 243 | 162 | 102 | 0 | 36 | 44 | 231 | 61 | 53 |
| Binary | 111000 | 10100011 | 1110010 | 1000010 | 0 | 11110 | 100100 | 10011001 | 110001 | 101011 |
Color Harmonies of #38A372
Complementary color
Monochromatic Colors of #38A372
Black with #38A372
Text Example
Text Example
White with #38A372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A372; }
p { color: rgb(56,163,114); }
H1.HeaderClassName
{
color: #38A372;
}
.AnyTagClassName
{
color: #38A372;
}
</style>
background-color css
<style>
a { background-color: #38A372; }
a { background-color: rgb(56,163,114); }
div.DivClassName
{
background-color: #38A372;
}
.BgClassName
{
background-color: #38A372;
}
</style>
border-color css
<style>
span { border-color: #38A372; }
span { border-color: rgb(56,163,114); }
td.TdClassName
{
border-color: #38A372;
}
.TagClassName
{
border-color: #38A372;
}
</style>