Shades of Medium Sea Green #38A46C
Tints of Medium Sea Green #38A46C
RGB
CMYK
RGB Variations
Color information
#38A46C (or 0x38A46C) is known color: Medium Sea Green. HEX triplet: 38, A4 and 6C. RGB value is (56,164,108). Sum of RGB (Red+Green+Blue) = 56+164+108=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #38A46C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A46C is #C75B93. Grayscale: #7D7D7D. Windows color (decimal): -13065108 or 7119928. OLE color: 7119928.
HSL color Cylindrical-coordinate representation of color #38A46C: hue angle of 148.89º 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 #38A46C is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 164 | 108 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.36 |
| HSL | 148.89º | 0.49% | 0.43% | - |
| HSV(B) | 148.89º | 0.66% | 0.64% | - |
| XYZ | 17.61 | 28.47 | 18.76 | - |
| YUV | 125.32 | 118.22 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 164 | 108 | 0.66 | 0 | 0.34 | 0.36 | 148.89 | 0.49 | 0.43 |
| Hex | 38 | A4 | 6C | 42 | 0 | 22 | 24 | 95 | 31 | 2B |
| Octal | 70 | 244 | 154 | 102 | 0 | 42 | 44 | 225 | 61 | 53 |
| Binary | 111000 | 10100100 | 1101100 | 1000010 | 0 | 100010 | 100100 | 10010101 | 110001 | 101011 |
Color Harmonies of #38A46C
Complementary color
Monochromatic Colors of #38A46C
Black with #38A46C
Text Example
Text Example
White with #38A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A46C; }
p { color: rgb(56,164,108); }
H1.HeaderClassName
{
color: #38A46C;
}
.AnyTagClassName
{
color: #38A46C;
}
</style>
background-color css
<style>
a { background-color: #38A46C; }
a { background-color: rgb(56,164,108); }
div.DivClassName
{
background-color: #38A46C;
}
.BgClassName
{
background-color: #38A46C;
}
</style>
border-color css
<style>
span { border-color: #38A46C; }
span { border-color: rgb(56,164,108); }
td.TdClassName
{
border-color: #38A46C;
}
.TagClassName
{
border-color: #38A46C;
}
</style>